CDP Frontend SDK
    Preparing search index...

    Interface CDPHooksProviderProps

    Props for the CDP Provider component

    interface CDPHooksProviderProps {
        children: ReactNode;
        config: Config;
    }
    Index

    Properties

    Properties

    children: ReactNode

    React children to be rendered within the provider

    config: Config

    Configuration object for initializing the CDP SDK