interface LineDecoratorInterface {
    begin: number;
    color?: string;
    end: number;
}

Properties

Properties

begin: number
color?: string
end: number