Lines Matching refs:selected

60 … be invoked when an image is selected by using **PhotoPickerComponent**. This callback returns the…
62 …umbnail item), if **true** is returned, the image is selected. Otherwise, the image is not selecte…
67 … | No | - | Callback to be invoked when the selected items are deleted…
68selected media assets exceeds the limit (maximum number of selected images, selected videos, or se…
87 …single image. The value **true** means a single image can be repeatedly selected. …
90 …remindermode) | No | Mode of the reminder when the number of selected items reaches the…
93 … | No | Maximum number of images that can be selected. The maximum valu…
94 … | No | Maximum number of videos that can be selected. The maximum valu…
104 Called when the selected items are deleted.
114 …os | Array<[BaseItemInfo](#baseiteminfo)> | Yes| Basic information about the selected items.|
120 Called when items are selected after the maximum count has been reached.
130 …ched. It can be the maximum count of selected images, maximum count of selected videos, or maximum…
183 Sets the maximum number of images, videos, or images and videos that can be selected on a real-time…
193 … [MaxSelected](#maxselected) | Yes| Maximum number of media assets that can be selected at a time.|
209 | uri | string | Yes| URI of the image to view. Only the images selected by the user are supported.|
297 Represents the maximum number of media assets that can be selected at a time.
305 … | Maximum number of media assets (images, videos, or both) that can be selected at a time.|
317selected items to instruct the **PhotoPickerComponent** to refresh the selection status. A string …
318 …T_ALBUM_URI | 2 | Maximum number of images, videos, and total media assets that can be selected.|
388 Enumerates the types of the reminder when the number of selected items reaches the maximum.
410 | TOTAL_MAX_COUNT | 0 | Total number of media assets (images and videos) that can be selected. …
411 | PHOTO_MAX_COUNT | 1 | Total number of images that can be selected. The value cannot be greater …
412 | VIDEO_MAX_COUNT | 2 | Total number of videos that can be selected. The value cannot be greater …
425 | SELECTED_ONLY | 1 | View selected images and videos only.|
542 …urn true; // If true is returned, the check box is selected. Otherwise, the check box is not selec…
580 // Callback to be invoked when the selected image is deleted.
584 // Callback to be invoked when the number of selected items exceeds the maximum.