OptionalcaptionOptionalclassThe name of class that is applied to the component's container.
OptionalconnectorConnector options
OptionaleditableSet of options that are available for editing through sidebar.
OptionalelementsArray of HTML elements, declared as string or node.
Example:
elements: [{
tagName: 'img',
attributes: {
src: 'http://path.to.image'
}
}]
Try it:
OptionaleventsOptionalhtmlThe HTML content of the component. If the elements option is set, the
html option will be ignored.
OptionalidSets an ID for the component's container.
OptionalrenderCell id, where component is attached.
OptionalstatesStates for the component.
OptionalsyncSync options. Predefined per component or custom sync options can be used here.
OptionaltitleThe type of component like: HTML, KPI, Highcharts, Grid,
Navigator.
The component's caption, which will render at the bottom.
Try it:
Changed captions