iceberg-js
    Preparing search index...

    Interface SetLocationUpdate

    interface SetLocationUpdate {
        action: "set-location";
        location: string;
    }
    Index

    Properties

    Properties

    action: "set-location"
    location: string