Documentation

Lean.Widget.Types

An instance of a widget component: the identifier of a widget module and the hash of its JS source code together with props.

See the manual entry for more information about widgets.

  • Name of the @[widget_module].

  • javascriptHash : UInt64

    Hash of the JS source of the widget module.

  • Arguments to be passed to the component's default exported function.

    Props may contain RPC references, so must be stored as a computation with access to the RPC object store.

Instances For