Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IToolbarService

Public toolbar service for toolbar customization

Hierarchy

  • IToolbarService

Index

Properties

allToolbars

allToolbars: IToolbar[]

Returns an array of all toolbar instances that are loaded in the review interface

returns

Array of all toolbar instances

Methods

createToolbarControl

  • Creates a toolbar control

    Parameters

    Returns Promise<IToolbarControl>

    A new toolbar control if successful, undefined if an error occurred

getToolbarById

  • Retrieves an IToolbar by ID

    Parameters

    • id: string

      ID of the toolbar to retrieve

    Returns IToolbar

    Toolbar with the given ID