Documentation
    Preparing search index...
    type PageCfg = {
        attributes?: any;
        description: string;
        fixed_states?: string | any;
        id?: number;
        layout: string | Layout | GenObj;
        min_role: number;
        name: string;
        title: string;
    }
    Index

    Properties

    attributes?: any
    description: string
    fixed_states?: string | any
    id?: number
    layout: string | Layout | GenObj
    min_role: number
    name: string
    title: string