--- title: NodeDisplayModel order: 5 --- NodeDisplayModel is the the rendering data of Node, which is obtained by [NodeModel](./NodeModel.en.md) through [data mapping](./DataIntro.en.md#mappers). NodeDisplayModel can only be accessed by G6. ## data Required NodeDisplayModelData adds graphic style configuration on the basis of [NodeModel](./NodeModel.en.md). ### keyShape **Type**: `ShapeStyle` > Which varies depending on the main shape. For example, the main shape of `'circle-node'` is `'circle'`, refer to [Circle Graphic Style](/en/apis/shape/circle-style-props); the main shape of `'image-node'` is `'image'`, refer to [Image Graphic Style](/en/apis/shape/image-style-props). Configuration of the main shape style of the node. The main shape of a node represents the primary shape of the node and is also used to calculate the position where edges connect. :::info The following attributes are inherited from [NodeModel](./NodeModel.en.md) :::