Entity

The basic actor in a company ownership chart. This could be (among others) a company, a bank, or an individual. See the EntityType for the available types.

Props

NameDescriptionType
className?
The optional CSS class name that can be accessed in a custom component that renders the item.
string
height?
The optional render height of this item. If the height is not specified, it is determined by measuring the item visualization unless a default size is defined by CompanyOwnershipProps.nodeSize.
number
id
The item’s unique id.
EntityId
name?
An optional name of the entity. The default visualization renders the name as a label on the entity.
string
style?
The optional CSS style that can be accessed in a custom component that renders the item.
CSSProperties
type?
The entity’s optional type. The type determines the color and shape of an entity in the default visualization.
EntityType
width?
The optional render width of this item. If the width is not specified, it is determined by measuring the item visualization unless a default size is defined by CompanyOwnershipProps.nodeSize.
number