Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DialogDefinitionElement

DialogDefinition is a JSON-like structure that each dialog has to define the components. Specific components can define additional params by extending this, these are the basics.

param -

the name the dialog uses to reference it

param -

constructor of the control

param -

label of the element, can be translated

param -

used by components that have increment arrows

param -

thinking of removing this

param -

used to narrow the type by some components

param -

can be used in rendering

Hierarchy

  • DialogDefinitionElement

Generated using TypeDoc