Skip to main content

GlossItem

@fovea/annotation-tool


@fovea/annotation-tool / 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: null | string

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


refType?

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

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


type

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

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