g6/packages/site/docs/apis/data/ComboDisplayModel.en.md
Aaron 3534d4669b
docs: adjust docs of data (#5211)
* docs: adjust docs of data

* docs: update api docs
2023-12-01 17:44:49 +08:00

1.5 KiB

title order
ComboDisplayModel 11

ComboDisplayModel is the rendering data of Combo, which is obtained by ComboModel through data mapping. ComboDisplayModel can only be accessed by G6.

data Required

The data in ComboDisplayModelData is the result of mapping the ComboModel data through the mapper configuration specified on the graph instance (specification.combo). It should contain all the contents of ComboModel along with additional shape style configurations.

keyShape

Type: ShapeStyle

The style configuration of the key shape of the Combo

The key shape of 'circle-combo' is 'circle'; the key shape of 'rect-combo' is 'rect'.

:::info The following attributes are inherited from ComboModel :::