Home > @uniformdev/mesh-sdk > DialogOptions > params

DialogOptions.params property

Parameters to pass to the dialog, which will be available in the dialog via the metadata object for the dialog location, e.g. metadata.dialogParams. Parameters should be simple (serializable) types, not functions or DOM elements or similar non-serializable objects.

Best practice is to keep size of the params as small as possible.

Signature: