// AssetListSuccess is the data payload inside a successful AssetListResponse. // It has a protected constructor — you read it from response.data. constprovider = this.pluginSystem.findInterface( IAssetLibraryProvider.interfaceId ) asimport('LensStudio:AssetLibrary').IAssetLibraryProvider;
The result of a
fetchcall by the "LensStudio:AssetLibrary".AssetListService, which provides you a list of matching assets in the Asset Library.See
"LensStudio:AssetLibrary".Asset.
Example