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

    Message that transports a person object.

    interface PersonObjectMessage {
        command: "person_object";
        obj: Person;
    }
    Index

    Properties

    Properties

    command: "person_object"
    obj: Person