Interface: IMiniappControls
Defined in: src/types/runtime.ts:178
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:180
Close the miniapp
Returns
void
destroy()
destroy():
void
Defined in: src/types/runtime.ts:183
Destroy all resources and observers
Returns
void