Class: AttributeEditingActionsProvider

sync.actions. AttributeEditingActionsProvider


new AttributeEditingActionsProvider()

Provider for actions used to edit attributes value. To register such a provider, use sync.api.Editor.registerAttributeActionsProvider.

Methods


getAction(element, attributeName)

Returns the action to be used to edit the given attribute.
Parameters:
Name Type Description
element Element The element to which the attribute belongs.
attributeName string The name of the attribute to be edited.
Returns:
The attribute editing action, or null if there is not specific action.
Type
sync.actions.AttributeEditingAction