Chartbreaker
    Preparing search index...

    Type Alias TextStyleOption<T>

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

    Type Parameters

    Index

    Properties

    Properties

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