Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias ObjectAttribute

    List of attributes of an EDB object. Each attribute is given by its name and an array with its values.

    type ObjectAttribute = {
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    name: string

    Name of the attribute

    values: string[]

    List of values of the attribute with the given name.