Chartbreaker
    Preparing search index...

    Type Alias LineStyleOption<T>

    type LineStyleOption<T extends ChartbreakerObject> = {
        _get: (this: T) => ELineStyle;
        _set: (this: T, value: ELineStyle) => void;
        flags: ObjectEOptionFlags;
        name: string;
        type: Record<ELineStyle, string>;
    }

    Type Parameters

    Index

    Properties

    Properties

    _get: (this: T) => ELineStyle
    _set: (this: T, value: ELineStyle) => void
    name: string
    type: Record<ELineStyle, string>