Type Alias IndicatorObject

IndicatorObject: {
    color?: ColorDef;
    size?: number | string;
    style?: IndicatorStyle;
}