Skip to main content

getAvailableLibraryVariableCollectionsAsync

Returns a descriptor of all VariableCollections that exist in the enabled libraries of the current file. Rejects if the request fails.

info

This requires that users enable libraries that contain variables via the UI. Currently it is not possible to enable libraries via the Plugin API.

Signature

getAvailableLibraryVariableCollectionsAsync(): Promise<LibraryVariableCollection[]>

Remarks

This is intended to be used in conjunction with getVariablesInLibraryCollectionAsync