API Docs for:
Show:

ComponentDescriptor Class

Describes a component which should be added to a control using ui.Control.components property.

Item Index

Properties

Properties

id

String

An optional identifier for the component. That ID can be used to set a component as a target for a certain action.

Default: null

module

String

The name of the module the component should be loaded from. The default is the "gs" module.

Default: "gs"

params

Object

An optional params-object which is passed to the constructor of the component

Default: null

type

String

The class-name of the component without namespace/module prefix.