Skip to content

LoadingProperties

export type LoadingProperties = {
    Enabled: CanBeState<boolean>?,
    [any]: any,
}

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.