Interface IRulerOption

interface IRulerOption {
    color: string;
    column: number;
}

Properties§

§readonly color: string
§readonly column: number