Documentation
    Preparing search index...
    type PluginLayout = {
        authWrap?: (arg0: PluginAuthwrapArg) => string;
        pluginName?: string;
        renderBody?: (arg: any) => string;
        wrap: PluginWrap;
    }
    Index

    Properties

    authWrap?: (arg0: PluginAuthwrapArg) => string
    pluginName?: string
    renderBody?: (arg: any) => string