iink-ts - v3.2.1
    Preparing search index...

    Type Alias TIISymbolChar

    type TIISymbolChar = {
        bounds: TBox;
        color: string;
        fontSize: number;
        fontWeight: "normal" | "bold";
        id: string;
        label: string;
    }
    Index

    Properties

    bounds: TBox
    color: string
    fontSize: number
    fontWeight: "normal" | "bold"
    id: string
    label: string