Interface: IMiniappControls
Defined in: src/types/runtime.ts:186
Controls returned by IMiniappHandle.bootstrap. Allows the host to programmatically close or destroy a running miniapp.
Methods
close()
close():
void
Defined in: src/types/runtime.ts:188
Close the miniapp
Returns
void
destroy()
destroy():
void
Defined in: src/types/runtime.ts:191
Destroy all resources and observers
Returns
void