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: string;
        title: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the priority

    title: string

    Human-readable title for the priority