Available from: 2.0.0
Import
import { DocumentationLegacyPageBlockThemeType } from "@supernovaio/sdk"
Cases
The following enumeration cases are available:
- override: When selected, only single token value will show up with overrides applied.
- comparison: When selected, there will be as many values shown as there are themes, with appropriate theme applied for each, side by side.
Formal definition
enum DocumentationLegacyPageBlockThemeType {
override = "Override",
comparison = "Comparison",
}