Type Alias TJIIXChar

TJIIXChar: {
    "bounding-box": undefined | TBox;
    candidates?: undefined | string[];
    grid: TPoint[];
    items?: undefined | TJIIXStrokeItem[];
    label: string;
    word: number;
}