@karmaniverous/jeeves
    Preparing search index...

    Interface RemoveManagedSectionOptions

    Options for removeManagedSection.

    interface RemoveManagedSectionOptions {
        markers?: ManagedMarkers;
        sectionId?: string;
    }
    Index

    Properties

    Properties

    markers?: ManagedMarkers

    Custom markers. Defaults to TOOLS markers.

    sectionId?: string

    Section ID to remove. If omitted, removes the entire managed block.