Hierarchy

  • SceneCollectionsService

Index

Accessors

activeCollection

collectionAdded

collectionRemoved

collectionSwitched

collectionUpdated

collectionWillSwitch

  • get collectionWillSwitch(): Observable<void>

collections

Methods

create

delete

  • delete(id?: string): Promise<void>
  • Deletes a scene collection. If no id is specified, it will delete the current collection.

    Parameters

    • Optional id: string

      the id of the collection to delete

    Returns Promise<void>

fetchSceneCollectionsSchema

load

  • load(id: string): Promise<void>

rename

  • rename(newName: string, id: string): Promise<void>