Type alias BindingSectionExpanded

BindingSectionExpanded: [operator: "expanded", id: string]

Returns whether the configuration section whose id matches the first parameter (string) is currently expanded.

Example

{
"id": "MyConfigSection",
"type": "section",
},
{
// ...
"visible": ["expanded", "MyConfigSection"],
},

Since

D2RMM v1.8.0