Chartbreaker
    Preparing search index...

    Type Alias Chunk

    type Chunk = {
        color?: string;
        text: string | I18NString;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    Properties

    color?: string
    text: string | I18NString
    width?: number
    x?: number
    y?: number