Member Junction
Preparing search index...
@memberjunction/query-gen
EntityFieldMetadata
Interface EntityFieldMetadata
Entity field metadata for prompts
interface
EntityFieldMetadata
{
allowsNull
:
boolean
;
defaultValue
?:
string
;
description
:
string
;
displayName
:
string
;
isForeignKey
:
boolean
;
isPrimaryKey
:
boolean
;
isRequired
:
boolean
;
isVirtual
:
boolean
;
name
:
string
;
possibleValues
?:
string
[]
;
relatedEntity
?:
string
;
sqlFullType
:
string
;
type
:
string
;
}
Index
Properties
allows
Null
default
Value?
description
display
Name
is
Foreign
Key
is
Primary
Key
is
Required
is
Virtual
name
possible
Values?
related
Entity?
sql
Full
Type
type
Properties
allows
Null
allowsNull
:
boolean
Optional
default
Value
defaultValue
?:
string
description
description
:
string
display
Name
displayName
:
string
is
Foreign
Key
isForeignKey
:
boolean
is
Primary
Key
isPrimaryKey
:
boolean
is
Required
isRequired
:
boolean
is
Virtual
isVirtual
:
boolean
name
name
:
string
Optional
possible
Values
possibleValues
?:
string
[]
Optional
related
Entity
relatedEntity
?:
string
sql
Full
Type
sqlFullType
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allows
Null
default
Value
description
display
Name
is
Foreign
Key
is
Primary
Key
is
Required
is
Virtual
name
possible
Values
related
Entity
sql
Full
Type
type
Member Junction
Loading...
Entity field metadata for prompts