DataSourceVisualMode

DataSourceVisualMode

The different visual modes that the data sources panel within search could appear in, such as hidden, collapsed, or expanded.

Enumeration members🔗

Collapsed🔗

Collapsed:= "collapse"

The data source panel is collapsed, but the user can manually expand it.

Defined in : types.ts

Expanded🔗

Expanded:= "expand"

The data source panel is expanded, but the user can manually collapse it.

Defined in : types.ts

Hidden🔗

Hidden:= "hide"

The data source panel is hidden.

Defined in : types.ts