Lines Matching refs:BaseItemInfo
15 DataType, BaseItemInfo, ItemInfo, PhotoBrowserInfo, AnimatorParams,
36 onPhotoBrowserChanged?: (browserItemInfo: BaseItemInfo) => boolean,
66 | onPhotoBrowserChanged | (browserItemInfo: [BaseItemInfo](#baseiteminfo)) => boolean …
102 type ItemsDeletedCallback = (baseItemInfos: Array<BaseItemInfo>) => void
114 | baseItemInfos | Array<[BaseItemInfo](#baseiteminfo)> | Yes| Basic information about the sel…
239 ## BaseItemInfo section
258 Represents image and video information. It inherits from **BaseItemInfo** and contains only the par…
465 BaseItemInfo,
495 (baseItemInfos: Array<BaseItemInfo>) => this.onSelectedItemsDeleted(baseItemInfos);
573 private onPhotoBrowserChanged(browserItemInfo: BaseItemInfo): boolean {
579 private onSelectedItemsDeleted(baseItemInfos: Array<BaseItemInfo>): void {
619 …onPhotoBrowserChanged: (browserItemInfo: BaseItemInfo): boolean => this.onPhotoBrowserChanged(brow…