Ephemeral Component Group Builder
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Removes the timeout from this component.
Link copied to clipboard
When true
, resets the timeout duration everytime this component is used.
Link copied to clipboard
@CheckReturnValue
abstract fun timeout(timeout: Duration, handler: suspend () -> Unit): EphemeralComponentGroupBuilder
@CheckReturnValue
Sets the timeout on this component, invalidating the component on expiration, and running the given timeout handler.
@CheckReturnValue
Sets the timeout on this component, invalidating the component on expiration.