@mendix/extensions-api - v0.12.0
    Preparing search index...

    Interface EntityCreationOptions

    interface EntityCreationOptions {
        attributes?: AttributeCreationOptions[];
        generalization?: string;
        isPersistable?: boolean;
        location?: Location;
        name?: string;
        source?: OqlViewEntitySource;
        systemAttributes?: {
            hasChangedBy?: boolean;
            hasChangedDate?: boolean;
            hasCreatedDate?: boolean;
            hasOwner?: boolean;
        };
    }
    Index

    Properties

    generalization?: string
    isPersistable?: boolean
    location?: Location
    name?: string
    systemAttributes?: {
        hasChangedBy?: boolean;
        hasChangedDate?: boolean;
        hasCreatedDate?: boolean;
        hasOwner?: boolean;
    }