@suluk/reference - v0.2.1
    Preparing search index...

    Interface Viewer

    A viewer the reference can project the surface for.

    interface Viewer {
        id: string;
        label: string;
        authenticated: boolean;
        admin: boolean;
    }
    Index

    Properties

    id: string
    label: string
    authenticated: boolean
    admin: boolean