Type Alias TCanvasUnderLineSymbol

TCanvasUnderLineSymbol: {
    creationTime: number;
    data: { firstCharacter: number; lastCharacter: number };
    id: string;
    modificationDate: number;
    style: {
        color?: string;
        fill?: string;
        opacity?: number;
        width?: number;
        [key: string]: undefined | string | number;
    };
    type: string;
}