Skip to content

ToolbarProperties

export type ToolbarProperties = {
    Name: string,
    [any]: any,
}

The ToolbarProperties table that is given to the Toolbar() function that contains data about the desired Toolbar.


Properties

Name : string

The name of the Toolbar.