Skip to main content

GlossItem

@fovea/server


@fovea/server / models/types / GlossItem

Interface: GlossItem

Defined in: src/models/types.ts:11

Properties

content

content: string

Defined in: src/models/types.ts:13


refPersonaId?

optional refPersonaId: string

Defined in: src/models/types.ts:15


refType?

optional refType: "annotation" | "entity" | "event" | "role" | "relation" | "entity-object" | "event-object" | "time-object" | "location-object"

Defined in: src/models/types.ts:14


type

type: "text" | "typeRef" | "objectRef" | "annotationRef"

Defined in: src/models/types.ts:12