ThemeConfigs
类型源码
ThemeConfigs(
bgColor: NotRequired[str],
booleanColor: NotRequired[str],
cellBorderColor: NotRequired[str],
highlightBgColor: NotRequired[str],
indexColor: NotRequired[str],
keyNameColor: NotRequired[str],
numberColor: NotRequired[str],
objectColor: NotRequired[str],
searchHighlightBgColor: NotRequired[str],
stringColor: NotRequired[str],
tableBorderColor: NotRequired[str],
tableHeaderBgColor: NotRequired[str],
tableHeaderColor: NotRequired[str],
)
ThemeConfigs
是TypedDict
.
用来定制主题的详细配置。
别名
该类型可以按以下方式之一获取
import dash_json_grid as djg
djg.ThemeConfigs
djg.typehints.ThemeConfigs