Constructor
new FragmentEntryLink()
Members
(static, non-null) STATE :Object
State definition.
Type:
- Object
- Source:
_configuration :object
Fragment Entry Configuration
Type:
- object
- Source:
_configurationValues :object
Fragment Entry Link Configuration values
Type:
- object
- Source:
_defaultConfigurationValues :object
Fragment Entry Link Default configuration values
Type:
- object
- Source:
_floatingToolbar :object|null
Floating toolbar instance for internal use.
Type:
- object | null
- Default Value:
- null
- Source:
configurationValues :object
Fragment Entry Link Configuration values
Type:
- object
- Source:
content :string
Fragment content to be rendered.
Type:
- string
- Default Value:
- ''
- Source:
(non-null) editableValues :Object
Editable values that should be used instead of the default ones inside
editable fields.
Type:
- Object
- Default Value:
- undefined
- Source:
(non-null) fragmentEntryLinkId :string
FragmentEntryLink id
Type:
- string
- Default Value:
- undefined
- Source:
name :string
Fragment name
Type:
- string
- Default Value:
- ''
- Source:
rowType :string
Row type
Type:
- string
- Source:
(non-null) showControlBar :bool
Shows FragmentEntryLink control toolbar
Type:
- bool
- Default Value:
- true
- Source:
showMapping :boolean
If
true
, the asset mapping is enabled.
Type:
- boolean
- Default Value:
- false
- Source:
(non-null) styleModifier :string
CSS class to modify style
Type:
- string
- Default Value:
- undefined
- Source:
Methods
created()
- Source:
disposed()
- Source:
prepareStateForRender(state) → {object}
Parameters:
Name | Type | Description |
---|---|---|
state |
object |
- Source:
Returns:
- Type
- object
rendered()
- Source:
shouldUpdate() → {boolean}
- Source:
Returns:
- Type
- boolean