mirror of
https://gitee.com/antv/g6.git
synced 2024-12-15 18:11:08 +08:00
1.7 KiB
1.7 KiB
title |
---|
GridConfig |
概述 - v5.0.0-alpha.9 / 模块 / 插件 / GridConfig
插件.GridConfig
这是一个名为GridConfig
的接口,它扩展了IPluginBaseConfig
接口。它包含以下属性:
img
:表示网格背景图像的字符串。follow
:一个布尔值,表示网格是否跟随视图移动。
层次结构
-
IPluginBaseConfig
↳
GridConfig
属性
className
• 可选 className:字符串
继承自
IPluginBaseConfig.className
定义在
packages/g6/src/types/plugin.ts:6
container
• 可选 container:字符串 | HTMLDivElemzht
继承自
IPluginBaseConfig.container
定义在
packages/g6/src/types/plugin.ts:5
follow
• 可选 follow:布尔值
定义在
packages/g6/src/stdlib/plugin/grid/index.ts:19
graph
• 可选 graph:IGraph
<行为注册表, 主题注册表>
继承自
IPluginBaseConfig.graph
定义在
packages/g6/src/types/plugin.ts:7
img
• 可选 img:字符串