Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchSchemaValue

Package version

Value object for schema results.

Hierarchy

  • SearchSchemaValue

Index

Properties

Optional displayName

displayName: undefined | string

The display name of the schema.

facet

facet: boolean

The boolean that indicates whether or not the field is a facet.

indexed

indexed: boolean

The boolean that indicates the field is searchable as free text.

Optional name

name: undefined | string

The name of the schema.

Optional ownerType

ownerType: string[]

The array of workflows containing the field.

stored

stored: boolean

The boolean that indicates whether or not the field is stored.

Optional type

type: undefined | string

The type.

Generated using TypeDoc