Hierarchy

Constructors

Methods

  • Get attribute definition by name. Name is unique.

    Parameters

    • __namedParameters: {
          applicationDomainId?: string;
          attributeName: string;
          pageSize?: number;
          xContextId?: string;
      }
      • Optional applicationDomainId?: string
      • attributeName: string
      • Optional pageSize?: number
      • Optional xContextId?: string

    Returns Promise<CustomAttributeDefinition>