Eulergraph
    Preparing search index...

    Type Alias ComplexTypeGroup

    type ComplexTypeGroup = {
        caption: string;
        groupItems: ComplexTypeEntry[];
        isGroup: true;
        name: string;
        type: "group";
        visible?: string;
    }
    Index

    Properties

    caption: string
    groupItems: ComplexTypeEntry[]
    isGroup: true
    name: string
    type: "group"
    visible?: string