Open Pioneer Trails Packages
    Preparing search index...

    Interface SelectionUnavailable

    Selection is unavailable.

    interface SelectionUnavailable {
        reason?: string;
        status: "unavailable";
    }
    Index
    reason?: string

    The reason for being unavailable. This message will be presented to the user.

    status: "unavailable"