Property LinkIsActive
LinkIsActive
Indicates whether a link to another Aura is currently active.
Declaration
bool LinkIsActive { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
When this link is active, the Hotkey trigger will intercept and process key presses only when the linked Aura is active. This allows for conditional activation of the Hotkey trigger based on the state of another Aura, enabling more dynamic and context-sensitive interactions.