@suluk/panel - v0.3.1
    Preparing search index...

    Interface EntityModel

    interface EntityModel {
        name: string;
        path: string;
        fields: Field[];
        title: string;
        access: {
            list: boolean;
            create: boolean;
            update: boolean;
            delete: boolean;
        };
    }
    Index

    Properties

    name: string
    path: string
    fields: Field[]
    title: string
    access: { list: boolean; create: boolean; update: boolean; delete: boolean }