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

Properties

Properties

color: string
column: number