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.
the name the dialog uses to reference it
constructor of the control
label of the element, can be translated
used by components that have increment arrows
thinking of removing this
used to narrow the type by some components
can be used in rendering
Generated using TypeDoc
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.
the name the dialog uses to reference it
constructor of the control
label of the element, can be translated
used by components that have increment arrows
thinking of removing this
used to narrow the type by some components
can be used in rendering