gespenst API - v0.1.0
    Preparing search index...

    Interface IDecorationOverviewRulerOptions

    Overview ruler decoration options

    interface IDecorationOverviewRulerOptions {
        color: string;
        position?: "left" | "center" | "right" | "full";
    }
    Index
    color: string
    position?: "left" | "center" | "right" | "full"