@ark7/model - v2.0.56
    Preparing search index...

    Interface ClassUMLOptions

    interface ClassUMLOptions {
        endClasses?: string[];
        enums?: { enabled?: boolean };
        fields?: {
            disabled?: boolean;
            includeInherits?: boolean;
            sortByKey?: boolean;
        };
        maskClasses?: string[];
        omitClasses?: string[];
        visitedClasses?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    endClasses?: string[]

    Classes will be in the result but without expanding.

    enums?: { enabled?: boolean }

    Type Declaration

    • Optionalenabled?: boolean

      If enum classes will be listed in the result.

    fields?: { disabled?: boolean; includeInherits?: boolean; sortByKey?: boolean }

    Type Declaration

    • Optionaldisabled?: boolean

      If the fields will be listed in the result.

    • OptionalincludeInherits?: boolean

      If the fields from parent or mixin classes will be listed.

    • OptionalsortByKey?: boolean
    maskClasses?: string[]

    Only the mask classes will exist in the result.

    omitClasses?: string[]

    Classes to be omitted in the result.

    visitedClasses?: string[]

    Classes have been visited before.