@mendix/extensions-api - v0.12.0
Mendix Docs
Mendix
Preparing search index...
DomainModels
EntityCreationOptions
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
attributes?
generalization?
is
Persistable?
location?
name?
source?
system
Attributes?
Properties
Optional
attributes
attributes
?:
AttributeCreationOptions
[]
Optional
generalization
generalization
?:
string
Optional
is
Persistable
isPersistable
?:
boolean
Optional
location
location
?:
Location
Optional
name
name
?:
string
Optional
source
source
?:
OqlViewEntitySource
Optional
system
Attributes
systemAttributes
?:
{
hasChangedBy
?:
boolean
;
hasChangedDate
?:
boolean
;
hasCreatedDate
?:
boolean
;
hasOwner
?:
boolean
;
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
attributes
generalization
is
Persistable
location
name
source
system
Attributes
Mendix Docs
Mendix
@mendix/extensions-api - v0.12.0
Loading...