@refinio/one.models
    Preparing search index...

    Message that transports a key object.

    interface KeysObjectMessage {
        command: "keys_object";
        obj: Keys;
    }
    Index

    Properties

    Properties

    command: "keys_object"
    obj: Keys