Home > @keadex/c4-model-ui-kit > ElementType
ElementType type
Signature:
export type ElementType = {
Boundary: BoundaryType;
} | {
Component: ComponentType;
} | {
Container: ContainerType;
} | {
DeploymentNode: DeploymentNodeType;
} | {
Person: PersonType;
} | {
Relationship: RelationshipType;
} | {
SoftwareSystem: SystemType;
};References: BoundaryType, ComponentType, ContainerType, DeploymentNodeType, PersonType, RelationshipType, SystemType
