Interface IndicatorPickerOptions

interface IndicatorPickerOptions {
    closeOnAdd?: boolean;
    onAdd(inst: IndicatorApi): void;
}

Properties

Methods

Properties

closeOnAdd?: boolean

Close the picker after the first add. Default false.

Methods