跳到主要内容
版本:0.3.x

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],
)

ThemeConfigsTypedDict.

用来定制主题的详细配置。

别名

该类型可以按以下方式之一获取

import dash_json_grid as djg


djg.ThemeConfigs
djg.typehints.ThemeConfigs

关键字

关键字类型必选
说明
bgColorstr背景颜色
booleanColorstrbool类型数据的文字颜色。
cellBorderColorstr表格单元的背景颜色。
highlightBgColorstr选中某部分时,其高亮状态背景色。
indexColorstr序列下标的文字颜色。
keyNameColorstrJSON关键字的文字颜色。
numberColorstr数值类型数据的文字颜色。
objectColorstr无法识别对象的文字颜色。
searchHighlightBgColorstr搜索关键字时,被搜索高亮的背景颜色。
stringColorstr字符串类型数据的文字颜色。
tableBorderColorstr表格边框的颜色。
tableHeaderBgColorstr表头部分的背景颜色。
tableHeaderColorstr表头部分的文字颜色。