Skip to main content
All docs
V25.1
  • DesignerToolbarExtensionEvents Type

    Describes events this extension fires.

    Declaration

    export type DesignerToolbarExtensionEvents = {
        preparing: DesignerToolbarArgs;
    }

    Members

    Name Type Description
    preparing DesignerToolbarArgs

    Occurs before the Designer Toolbar is created.

    Remarks

    Use the preparing event when you need to customize the existing items in the Designer Toolbar.

    To set the location of items on the toolbar, use the location property. More information: Specify Item Location.