Chartbreaker
    Preparing search index...

    Type Alias TextSizeOption<T>

    type TextSizeOption<T extends ChartbreakerObject> = {
        _get: (this: T) => TextSize;
        _set: (this: T, value: TextSize) => void;
        flags: ObjectEOptionFlags;
        name: string;
        type: { [Key in TextSize]: `${Key}` };
    }

    Type Parameters

    Index

    Properties

    Properties

    _get: (this: T) => TextSize
    _set: (this: T, value: TextSize) => void
    name: string
    type: { [Key in TextSize]: `${Key}` }