Skip to main content
  • Snap

snap_updateInterface

Description

Update an interactive interface. For use in interactive UI.

Parameters

object

The request parameters for the snap_createInterface method.

id

string
required

The interface id.

ui

JSXElement
required

The components to display in the interface.

context

Record<string, Json>

Returns

null

The result returned by the snap_updateInterface method.