algonim
    Preparing search index...

    Type Alias SignStyle

    type SignStyle = {
        fontStyle: Partial<FontStyle>;
        rectStyle: {
            expand: number;
            line: Partial<LineStyle> | null;
            fill: DrawStyle | null;
        };
    }
    Index

    Properties

    Properties

    fontStyle: Partial<FontStyle>
    rectStyle: {
        expand: number;
        line: Partial<LineStyle> | null;
        fill: DrawStyle | null;
    }