Member Junction
Preparing search index...
@memberjunction/ng-base-forms
FormContributionRelationship
Interface FormContributionRelationship
Minimum relationship shape the composer reads. Satisfied by EntityRelationshipInfo.
interface
FormContributionRelationship
{
DisplayInForm
:
boolean
;
DisplayName
?:
string
|
null
;
RelatedEntity
:
string
;
RelatedEntityID
:
string
;
RelatedEntityJoinField
:
string
;
Sequence
?:
number
|
null
;
}
Index
Properties
Display
In
Form
Display
Name?
Related
Entity
Related
Entity
ID
Related
Entity
Join
Field
Sequence?
Properties
Display
In
Form
DisplayInForm
:
boolean
Optional
Display
Name
DisplayName
?:
string
|
null
Related
Entity
RelatedEntity
:
string
Related
Entity
ID
RelatedEntityID
:
string
Related
Entity
Join
Field
RelatedEntityJoinField
:
string
Optional
Sequence
Sequence
?:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Display
In
Form
Display
Name
Related
Entity
Related
Entity
ID
Related
Entity
Join
Field
Sequence
Member Junction
Loading...
Minimum relationship shape the composer reads. Satisfied by EntityRelationshipInfo.