interface ToolbarOptions {
    buttons: ToolbarButton[];
}

Properties

Properties

buttons: ToolbarButton[]