Skip to content

Commit 7e1f87a

Browse files
committed
Clarity around this.args property
1 parent 7ca976f commit 7e1f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/extending-overview/extension-types/entity-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ When the action is completed, an event on the host element will be dispatched to
8383

8484
### The `getHref()` Method <a href="#get-href-method" id="get-href-method"></a>
8585

86-
Entity action extensions are provided `this.args` by the `UmbEntityActionBase` superclass. The `this.args` contains a property, `unique` that allows developers to identity which element the user selected.
86+
Entity action extensions are provided by the `this.args` property, via the `UmbEntityActionBase` superclass. The `this.args` contains a property, `unique` that allows developers to identity which element the user selected.
8787

8888
The `getHref()` method must return a string value, and the result will be rendered into the DOM as an anchor/link.
8989

0 commit comments

Comments
 (0)