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

    Interface EntityCreationOptions

    interface EntityCreationOptions {
        attributes?: AttributeCreationOptions[];
        generalization?: string;
        location?: Location;
        name?: string;
        source?: OqlViewEntitySource;
    }
    Index

    Properties

    generalization?: string
    location?: Location
    name?: string