Sanity Library Reference Docs
    Preparing search index...

    Interface FormNodePresence

    interface FormNodePresence {
        lastActiveAt: string;
        path: Path;
        selection?: {};
        sessionId: string;
        user: User;
    }
    Index

    Properties

    lastActiveAt: string
    path: Path
    selection?: {}
    sessionId: string
    user: User