MVFv3 API Documentation
    Preparing search index...
    type LocationState = {
        start?: string;
        end?: string;
        type:
            | "closed-temporarily"
            | "new"
            | "pop-up"
            | "coming-soon"
            | "relocated"
            | "unknown";
    }
    Index

    Properties

    Properties

    start?: string

    The start date of the state

    date

    end?: string

    The end date of the state

    date

    type:
        | "closed-temporarily"
        | "new"
        | "pop-up"
        | "coming-soon"
        | "relocated"
        | "unknown"

    The type of the location state. Technically not limited, but should be one of the following:

    • closed-temporarily
    • new
    • pop-up
    • coming-soon
    • relocated