@ably/chat - v0.10.0
    Preparing search index...

    Interface ChatClientProviderProps

    Props for the ChatClientProvider component.

    interface ChatClientProviderProps {
        children?: ReactNode | ReactNode[];
        client: ChatClient;
    }
    Index

    Properties

    Properties

    children?: ReactNode | ReactNode[]

    The child components to be rendered within this provider.

    client: ChatClient

    An instance of the ChatClient to be used in the provider.