🎉 Keadex Mina v2 is now available!

Home > @keadex/c4-model-ui-kit > DiagramElementType

DiagramElementType type

Signature:

export type DiagramElementType = {
    Include: string;
} | {
    Comment: string;
} | {
    AddElementTag: AddElementTag;
} | {
    Person: Person;
} | {
    SoftwareSystem: SoftwareSystem;
} | {
    Container: Container;
} | {
    Component: Component;
} | {
    Boundary: Boundary;
} | {
    DeploymentNode: DeploymentNode;
} | {
    Relationship: Relationship;
};

References: AddElementTag, Person, SoftwareSystem, Container, Component, Boundary, DeploymentNode, Relationship

Keadex logo
Keadex ©2025. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.