Saxonberg Server API
    Preparing search index...

    One policy row in a viewer's ordered notify list.

    interface NotifyRule {
        boostInDense: boolean;
        color: PaletteToken;
        groupRef: string;
        nameRendering: NameRendering;
        onConnect: ConnectSurface;
        onDisconnect: ConnectSurface;
        onMessage: MessageSurface;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boostInDense: boolean
    groupRef: string

    Any GroupRef. Bare contacts labels are normalized to contacts:<viewerPlayerId>:<label> at the verb boundary; the two reserved pseudo-subjects everyone-else / strangers are stored as their bare reserved identifier (they are not GroupApi refs).

    nameRendering: NameRendering
    onConnect: ConnectSurface
    onDisconnect: ConnectSurface
    onMessage: MessageSurface