zibri
    Preparing search index...

    The configuration for a websocket controller route.

    type WebsocketControllerRouteConfiguration = {
        controllerMethod: string;
        event: string;
    }
    Index

    Properties

    controllerMethod: string

    The name of the method on the controller that is responsible for handling messages to the websocket event.

    event: string

    The websocket event to listen on.