Technical Elements Documentation
    Preparing search index...

    Interface ComponentType

    Interface for component types

    technical_elements.core

    interface ComponentType {
        category: string;
        commonCharacteristics: Record<string, any>;
        description?: string;
    }

    Hierarchy

    • Unique
    • Named
    • Versioned
      • ComponentType
    Index

    Properties

    category: string

    Category of the component type

    commonCharacteristics: Record<string, any>

    Common characteristics of this component type

    description?: string

    Description of the component type