zeed
    Preparing search index...

    Interface MessagesDefaultMethods<L>

    interface MessagesDefaultMethods<L> {
        connect?: (channel: Channel) => void;
        dispose: () => void;
        options: (opt: MessagesOptions) => L;
    }

    Type Parameters

    • L
    Index

    Properties

    connect?: (channel: Channel) => void
    dispose: () => void
    options: (opt: MessagesOptions) => L