Type alias ConnectOptions

ConnectOptions: LiveStateConfig & {
    attributes?: string[];
    events?: {
        receive?: string[];
        send?: string[];
    };
    properties?: LiveStateProperty[];
}

Generated using TypeDoc