skeldjs
    Preparing search index...

    Class RoomSetPrivacyEvent<RoomType>

    Emitted when the privacy of the room is updated.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    eventName: "room.setprivacy" = ...
    message: undefined | AlterGameMessage

    The message that this event originated from.

    newPrivacy: PrivacyType

    The new privacy of the room.

    oldPrivacy: PrivacyType

    The old privacy of the room.

    room: RoomType

    The room or client that the event came from.

    eventName: "room.setprivacy" = ...

    Accessors

    Methods