@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface ViewerView

    interface ViewerView {
        label: string;
        scopes: string[] | null;
        visible: string[];
        hidden: string[];
    }
    Index

    Properties

    label: string
    scopes: string[] | null
    visible: string[]
    hidden: string[]