Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToolBarItem

Represents an html editor toolbar item.

Hierarchy

  • ToolBarItem

Index

Properties

exec

exec: Function

The function that is executed on pressing the toolbar item

name

name: string

The name of the toolbar item

Optional ordinal

ordinal: number

A number that determines the order of the items in the toolbar. Represents the index where we want to put the item. If missing the item will be appended at the end of the tools collection.

Optional template

template: string

The html template of the toolbar item

tooltip

tooltip: string

The tooltip of the toolbar item

Generated using TypeDoc