Interface MetadataSchemaFieldsValue

MetadataSchemaFieldsValue

interface MetadataSchemaFieldsValue {
    filterable?: boolean;
}

Properties

Properties

filterable?: boolean

Whether the field is filterable. If true, the field is indexed and can be used in filters. Only true values are allowed.

MetadataSchemaFieldsValue