跳到主要内容
版本:0.4.2

ThemeConfigs

类型源码

ThemeConfigs(
bgColor: NotRequired[str],
booleanColor: NotRequired[str],
borderColor: NotRequired[str],
cellBorderColor: NotRequired[str],
indexColor: NotRequired[str],
keyColor: NotRequired[str],
numberColor: NotRequired[str],
objectColor: NotRequired[str],
searchHighlightBgColor: NotRequired[str],
selectHighlightBgColor: NotRequired[str],
stringColor: NotRequired[str],
tableHeaderBgColor: NotRequired[str],
tableIconColor: NotRequired[str],
)

ThemeConfigsTypedDict.

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

别名

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

import dash_json_grid as djg


djg.ThemeConfigs
djg.typehints.ThemeConfigs

关键字

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