Chartbreaker
    Preparing search index...

    Type Alias LineWidthOption<T>

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

    Type Parameters

    Index

    Properties

    Properties

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