Documentation
    Preparing search index...
    type ViewCfg = {
        attributes?: any;
        configuration?: string | any;
        default_render_page?: string;
        description?: string;
        exttable_name?: string;
        id?: number;
        is_public?: boolean;
        min_role?: number;
        name: string;
        slug?: any;
        table?: AbstractTable;
        table_id?: number | null;
        table_name?: string;
        updated_at?: Date;
        viewtemplate: string;
    }
    Index

    Properties

    attributes?: any
    configuration?: string | any
    default_render_page?: string
    description?: string
    exttable_name?: string
    id?: number
    is_public?: boolean
    min_role?: number
    name: string
    slug?: any
    table_id?: number | null
    table_name?: string
    updated_at?: Date
    viewtemplate: string