Options to set up the toolbar widget registry

Hierarchy

  • IOptions

Properties

Properties

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

Type declaration

    • (widgetFactory, widget, toolbarItem): 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