Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IToolbarProps

Toolbar Properties

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IToolbar) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional items

items: Array<IToolbarItem>

Optional spacing

spacing: number

Generated using TypeDoc