jamespot-user-api
    Preparing search index...

    Type Alias AdminAppTab

    type AdminAppTab = {
        hook?: string;
        href?: string;
        icon: string;
        idDiv: string;
        label: string;
        licenseMode?: "classic" | "article" | "user";
        sref?: string;
    }
    Index

    Properties

    hook?: string
    href?: string
    icon: string
    idDiv: string
    label: string
    licenseMode?: "classic" | "article" | "user"
    sref?: string