Returns whether the configuration section whose id matches the first parameter (string) is currently expanded.
string
{ "id": "MyConfigSection", "type": "section",},{ // ... "visible": ["expanded", "MyConfigSection"],}, Copy
{ "id": "MyConfigSection", "type": "section",},{ // ... "visible": ["expanded", "MyConfigSection"],},
D2RMM v1.8.0
Returns whether the configuration section whose id matches the first parameter (
string) is currently expanded.