Type alias BindingConfigValue<_T>

BindingConfigValue<_T>: [operator: "value", id: string]

Returns the value of the configuration field whose id matches the first parameter (string).

Type Parameters

Example

{
"id": "MyConfigField",
"type": "checkbox",
},
{
// ...
"visible": ["value", "MyConfigField"],
},

Since

D2RMM v1.6.0