Member Junction
    Preparing search index...

    Interface StatusUpdateParams

    Parameters for publishStatusUpdate — identity (ownerUserId) is required by design.

    interface StatusUpdateParams {
        message?: string;
        ownerUserId: string;
        sessionId: string;
    }
    Index

    Properties

    message?: string

    Message envelope (plain string, or the resolvers' JSON {resolver,type,status,data} shape).

    ownerUserId: string

    Authenticated user the operation belongs to (the trust anchor the filter enforces).

    sessionId: string

    Session the target client subscribed on (routes the push to the right browser tab).