Class: FragmentEditableField

FragmentEditableField()

FragmentEditableField

Members

(static, non-null) STATE :Object

State definition.
Type:
  • Object
Source:

_floatingToolbar :object|null

Internal FloatingToolbar instance.
Type:
  • object | null
Default Value:
  • null
Source:

(non-null) content :string

Editable content to be rendered
Type:
  • string
Default Value:
  • undefined
Source:

(non-null) editableId :string

Editable ID
Type:
  • string
Default Value:
  • undefined
Source:

(non-null) editableValues :object

Editable values
Type:
  • object
Default Value:
  • undefined
Source:

(non-null) fragmentEntryLinkId :string

FragmentEntryLink id
Type:
  • string
Default Value:
  • undefined
Source:

(non-null) processor :string

Type:
  • string
Default Value:
  • undefined
Source:

(non-null) processorsOptions :object

Set of options that are sent to the processors.
Type:
  • object
Default Value:
  • undefined
Source:

(non-null) type :string

Editable type
Type:
  • string
Default Value:
  • undefined
Source:

Methods

created()

Source:

disposed()

Source:

prepareStateForRender(statenon-null) → {object}

Parameters:
Name Type Description
state object
Source:
Returns:
Type
object

shouldUpdate() → {boolean}

Source:
Returns:
Type
boolean

syncActiveItemId()

Source:

syncEditableValues()

Source:

syncGetAssetFieldValueURL()

Handle getAssetFieldValueURL changed
Source:

syncHoveredItemId()

Handle hoveredItemId changed
Source: