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

    Interface GatedOp

    interface GatedOp {
        operation: string;
        detail: string;
        requiredScopes: string[][];
        visibleTo: string[];
    }
    Index

    Properties

    operation: string
    detail: string
    requiredScopes: string[][]

    the scope requirements (OR of AND-groups); empty ⇒ public

    visibleTo: string[]

    the labels of the viewers who CAN see it