Skip to content

Label

Defined in: types/label.ts:5

A label that can be applied to presentations for categorisation. Mirrors the iOS GRDBLabel Swift model’s toJSON() output.

id: number;

Defined in: types/label.ts:6


name: string;

Defined in: types/label.ts:7


slug: string;

Defined in: types/label.ts:9

URL-safe identifier for the label.


team_id: number;

Defined in: types/label.ts:10


presentation_ids: number[];

Defined in: types/label.ts:12

IDs of presentations tagged with this label.