Skip to main content

AssetPickerDialogComponent

A dialog which allows the creation and selection of assets.

Example

Ts
Signature
  • Implements: OnInit, AfterViewInit, OnDestroy, Dialog<Asset[]>

assets$

propertyObservable<AssetLike[]>

allTags$

propertyObservable<TagFragment[]>

paginationConfig

propertyPaginationInstance

multiSelect

property

initialTags

propertystring[]

resolveWith

property(result?: Asset[]) => void

selection

propertyAsset[]

searchTerm$

property

filterByTags$

property

uploading

property

constructor

method(dataService: DataService, notificationService: NotificationService) => AssetPickerDialogComponent

ngOnInit

method() =>

ngAfterViewInit

method() =>

ngOnDestroy

method() => void

pageChange

method(page: number) =>

itemsPerPageChange

method(itemsPerPage: number) =>

cancel

method() =>

select

method() =>

createAssets

method(files: File[]) =>
Was this chapter helpful?
Report Issue
Edited Feb 23, 2026ยทEdit this page