Documentation
    Preparing search index...
    type PluginWrapArg = {
        alerts: {
            msg: string | string[];
            type: "error" | "danger" | "success" | "warning";
        }[];
        body: string
        | Layout;
        bodyClass: string;
        brand: { name: string };
        currentUrl: string;
        headers: Header[];
        menu: { items: MenuItem[]; section: string }[];
        role?: number;
        title: string;
    }
    Index

    Properties

    alerts: {
        msg: string | string[];
        type: "error" | "danger" | "success" | "warning";
    }[]
    body: string | Layout
    bodyClass: string
    brand: { name: string }
    currentUrl: string
    headers: Header[]
    menu: { items: MenuItem[]; section: string }[]
    role?: number
    title: string