CustomAttributeFrontEndDTO: {
    associatedEntities?: AssociatedEntity[];
    associatedEntityTypes?: string[];
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    name?: string;
    scope: CustomAttributeFrontEndDTO.scope;
    type?: string;
    updatedTime?: string;
    valueType?: CustomAttributeFrontEndDTO.valueType;
    values?: any[];
    valuesEntityTypes?: string[];
}

Type declaration

  • Optional associatedEntities?: AssociatedEntity[]
  • Optional associatedEntityTypes?: string[]
  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional id?: string
  • Optional name?: string
  • scope: CustomAttributeFrontEndDTO.scope
  • Optional type?: string
  • Optional Readonly updatedTime?: string
  • Optional valueType?: CustomAttributeFrontEndDTO.valueType
  • Optional values?: any[]
  • Optional valuesEntityTypes?: string[]