Property IsInverted
IsInverted
Gets or sets a value indicating whether the IsActive result should be inverted.
Declaration
[AuraProperty(new string[] { })]
public bool IsInverted { get; set; }
Property Value
Type | Description |
---|---|
bool |
Implements
Remarks
Useful in scenarios where the logic of the Trigger needs to be reversed. For example, a Trigger meant to detect inactivity rather than activity.