Options
All
  • Public
  • Public/Protected
  • All
Menu

Options to set up the toolbar widget registry

Hierarchy

  • IOptions

Index

Properties

Properties

defaultFactory

defaultFactory: (widgetFactory: string, widget: Widget, toolbarItem: IWidget) => Widget

Type declaration

    • (widgetFactory: string, widget: Widget, toolbarItem: IWidget): Widget
    • Default toolbar widget factory

      The factory is receiving 3 arguments:

      Parameters

      • widgetFactory: string

        The widget factory name that creates the toolbar

      • widget: Widget

        The newly widget containing the toolbar

      • toolbarItem: IWidget

        The toolbar item definition

      Returns Widget

      The widget to be inserted in the toolbar.

Generated using TypeDoc