interface CustomButton {
    icon: string;
    id: string;
    name: string;
    toolbar: CustomButtonToolbar;
}

Properties

Properties

icon: string

24x24 pixel size icon for button on the sidebar as base64 encoded data image.

id: string

Id of the button & callback event

name: string

Tooltip of the new button on the sidebar.

Toolbar