Variable ResourceEnumeratorConst
ResourceEnumerator: {
enumerateAll(
profile: ProfileLike,
profileId: string,
selection?: LayerSelection | null,
): Promise<CacheResource[]>;
} = ...
Type Declaration
enumerateAll: function
enumerateAll( profile: ProfileLike, profileId: string, selection?: LayerSelection | null,): Promise<CacheResource[]> Parameters
- profile: ProfileLike
- profileId: string
Optionalselection: LayerSelection | null
Returns Promise<CacheResource[]>