Skip to content

spawn_app

Spawns a widget provided by the client's apps

Arguments

app App<T>

A client application to spawn.

config T

Configuration details for the client.

luau
function client.spawn_app<T>(app: App<T>, config: T)

Return Properties SystemData

destructor () -> ()

Destroys the widget created by this call. Does not destroy any widgets created by this widget.

Released under the MIT License.