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.
Properties
Section titled “Properties”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
Section titled “team_id”team_id: number;Defined in: types/label.ts:10
presentation_ids
Section titled “presentation_ids”presentation_ids: number[];Defined in: types/label.ts:12
IDs of presentations tagged with this label.