LoadingProperties
The LoadingProperties
table that is given to the Loading()
function that contains data about the desired Loading
component.
Properties
Enabled : CanBeState<boolean>?
Sets whether the Loading
will be enabled or not. Can either be a State
containing a boolean
, or a boolean
.