Technical Elements Documentation
    Preparing search index...

    Interface Component

    Base interface for components

    technical_elements.core

    interface Component {
        description?: string;
        systemId: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Description of the component

    systemId: string

    System this component belongs to

    type: string

    Type of component