interface ObjectsPanelOptions {
    objects?: ChartObjects;
    onClose?: () => void;
}

Properties

Properties

objects?: ChartObjects

Overrides the widget's inventory for a custom host. The caller owns it.

onClose?: () => void

Runs once for either programmatic or overlay dismissal.