A handle that provides access to the AssetLibraryListService.

interface IAssetLibraryProvider {
    service: AssetListService;
    getTypeName(): string;
    isOfType(type: string): boolean;
    isSame(other: ScriptObject): boolean;
}

Hierarchy (view full)

Properties

Methods