mce
    Preparing search index...

    Interface RulerConfig

    interface RulerConfig {
        adsorbed: boolean;
        boxColor?: string;
        lineColor?: string;
        locked: boolean;
        visible: boolean;
    }
    Index

    Properties

    adsorbed: boolean
    boxColor?: string
    lineColor?: string
    locked: boolean
    visible: boolean