Property Actions
Guide on how to implement Property Actions for Property Editors in Umbraco
Data Structure of Property Actions
{
labelKey: 'clipboard_labelForRemoveAllEntries',
labelTokens: [],
icon: 'trash',
method: removeAllEntries,
isDisabled: true
}Implementation
Controller Implementation
Component Implementation
Last updated
Was this helpful?