mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
3.4 KiB
3.4 KiB
title |
---|
item |
📋 中文文档还在翻译中... 欢迎 PR
Overview - v5.0.0-beta.2 / Modules / item
Interfaces
- CircleStyleProps
- CubeGeometryProps
- EllipseStyleProps
- IAnchorPositionMap
- ImageStyleProps
- LineStyleProps
- NodeShapeStyles
- NodeUserModelData
- PathStyleProps
- PlaneGeometryProps
- PolygonStyleProps
- PolylineStyleProps
- RectStyleProps
- SphereGeometryProps
- TextStyleProps
- TorusGeometryProps
Classes
- CircleNode
- CustomEdge
- CustomNode
- CustomNode3D
- DiamondNode
- DonutNode
- EllipseNode
- HexagonNode
- ModelRectNode
- RectNode
- SphereNode
- StarNode
- TriangleNode
Enumerations
Type Aliases
GShapeStyle
Ƭ GShapeStyle: CircleStyleProps
& RectStyleProps
& EllipseStyleProps
& PolygonStyleProps
& LineStyleProps
& PolylineStyleProps
& TextStyleProps
& ImageStyleProps
& PathStyleProps
& SphereGeometryProps
& CubeGeometryProps
& PlaneGeometryProps
& { interactive?
: boolean
}
Defined in
packages/g6/src/types/item.ts:49
IBadgePosition
Ƭ IBadgePosition: `${BadgePosition}`
Defined in
packages/g6/src/types/item.ts:148
ShapeStyle
Ƭ ShapeStyle: Partial
<GShapeStyle
& { animates?
: IAnimates
; lod?
: number
; visible?
: boolean
}>