Property ActivationTimeout
ActivationTimeout
Gets or sets the time duration that the internal trigger value must be continuously active before the Trigger itself becomes active.
Declaration
[AuraProperty(new string[] { })]
public TimeSpan ActivationTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Implements
Remarks
Helps in ensuring that the Trigger only activates after a stable and persistent active state is detected.