Options
All
  • Public
  • Public/Protected
  • All
Menu

@woodwing/assets-client-sdk

Index

Type aliases

BrowseResponse

BrowseResponse: Folder[]

ContextDataSubscriber

ContextDataSubscriber: (data: ContextData) => void

Type declaration

CreateFolderResponse

CreateFolderResponse: {}

Type declaration

  • [key: string]: any

RequestHandler

RequestHandler: <T>(resource: string, options: RequestOptions) => Promise<T>

Type declaration

    • Type parameters

      • T

      Parameters

      Returns Promise<T>

Functions

legacyElvisAPI

  • deprecated

    Do not use this class for new integrations/plugins!

    description

    This wrapper can be used to imitate the old ElvisAPI object and is intended to ease the transition to the new AssetsApiClient object.

    Returns Promise<LegacyElvisApiWrapper>

legacyElvisContext

  • deprecated

    Do not use this class for new plugins!

    description

    This wrapper can be used to imitate the old elvisContext object and is intended to ease the transition to the new plugin context object.

    Returns Promise<LegacyElvisContextWrapper>

Const queryForFolderSelection

  • queryForFolderSelection(selectedFolders: Folder[]): string
  • Parameters

    Returns string

Const queryForSelection

  • queryForSelection(selectedHits: Asset[]): string
  • Parameters

    Returns string