phoenix
    Preparing search index...

    Interface Message

    interface Message {
        event: string;
        join_ref?: string;
        payload: any;
        ref: string;
        topic: string;
    }
    Index

    Properties

    event: string
    join_ref?: string
    payload: any
    ref: string
    topic: string