Creating Plot Twists
    Preparing search index...

    Type Alias Priority

    Represents a priority context within Plot.

    Priorities are similar to projects in other apps. All Activity is in a Priority. Priorities can be nested.

    type Priority = {
        id: Uuid;
        title: string;
        archived: boolean;
    }
    Index

    Properties

    Properties

    id: Uuid

    Unique identifier for the priority

    title: string

    Human-readable title for the priority

    archived: boolean

    Whether this priority has been archived