@xylabs/sdk-react
    Preparing search index...

    Interface DebugUserEventsProps

    interface DebugUserEventsProps {
        isDebugging: boolean;
        setIsDebugging: (value: boolean) => void;
    }
    Index

    Properties

    isDebugging: boolean
    setIsDebugging: (value: boolean) => void