Search Docs
Loading...
Skip to content

Type Alias: AssetLibraryEntries

type AssetLibraryEntries =
| AssetLibraryEntry[]
| ((currentAssetLibraryEntries, context) => AssetLibraryEntry[]);

Represents a collection of asset library entries, which can be either a static array or a dynamic function.