Mobile Locker JavaScript SDK
    Preparing search index...

    Interface Label

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

    interface Label {
        id: number;
        name: string;
        presentation_ids: number[];
        slug: string;
        team_id: number;
    }
    Index

    Properties

    id: number
    name: string
    presentation_ids: number[]

    IDs of presentations tagged with this label.

    slug: string

    URL-safe identifier for the label.

    team_id: number