Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyDialogButtonDefinition

Used to define a button in property dialog footer.

Hierarchy

  • PropertyDialogButtonDefinition

Index

Properties

Properties

Optional click

click: null | SimpleCallback

allback called when button is clicked. (default: will close dialog)

name

name: string

Display name for the button.

Optional primary

primary: undefined | false | true

If true will make button different color.