snap_updateInterface
Description
Update an interactive interface. For use in interactive UI.
Parameters
object
The request parameters for the snap_createInterface method.
id
stringThe interface id.
ui
JSXElementThe components to display in the interface.
context
Record<string, Json>Returns
null
The result returned by the snap_updateInterface method.