sesaparcours
    Preparing search index...

    Type Alias ApplyStyleOptions

    type ApplyStyleOptions = {
        operation?: "set" | "toggle";
        range?: Range;
        silenceNotifications?: boolean;
    }
    Index

    Properties

    operation?: "set" | "toggle"
    range?: Range
    silenceNotifications?: boolean