FieldBase: {
    entity_type: EntityType;
    value_type: FieldValueType;
}

Type declaration

  • entity_type: EntityType

    The entity type of the fields that are to be retrieved.

    Pass the entity_type to fetch fields of specific entity types. Otherwise, any fields of any entity type will be returned.

  • value_type: FieldValueType

    The value type of the fields that are to be retrieved.

    Pass the value_type to fetch fields of specific value types. Otherwise, all fields of any type will be returned.