Datalayer VS Code Extension - v0.0.14
    Preparing search index...

    Interface UserInfoUpdateMessage

    User info update (for login/logout events)

    interface UserInfoUpdateMessage {
        type: "user-info-update";
        userInfo: { userColor: string; username: string };
    }
    Index

    Properties

    Properties

    type: "user-info-update"

    Message type discriminator

    userInfo: { userColor: string; username: string }

    User information or null if logged out