Highcharts Dashboards
    Preparing search index...
    interface Options {
        caption?: TextOptionsType;
        className?: string;
        connector?: ConnectorOptions | ConnectorOptions[];
        editableOptions?: Options[];
        events?: Record<string, Function>;
        id?: string;
        renderTo?: string;
        states?: StatesOptions;
        sync?: RawOptionsRecord;
        title?: TextOptionsType;
        type: keyof ComponentTypeRegistry;
    }

    Hierarchy (View Summary)

    Index

    Properties

    caption?: TextOptionsType

    The component's caption, which will render at the bottom.

    Try it:

    Changed captions

    className?: string

    The name of class that is applied to the component's container.

    Connector options

    editableOptions?: Options[]

    Set of options that are available for editing through sidebar.

    events?: Record<string, Function>

    Events attached to the component : mount, unmount, resize, update.

    Try it:

    Mount event

    id?: string

    Sets an ID for the component's container.

    renderTo?: string

    Cell id, where component is attached.

    states?: StatesOptions

    States for the component.

    sync?: RawOptionsRecord

    Sync options. Predefined per component or custom sync options can be used here.

    The component's title, which will render at the top.

    Try it:

    Changed captions

    The type of component like: HTML, KPI, Highcharts, Grid, Navigator.