interface UseVisitorDataConfig {
    immediate: boolean;
}

Properties

Properties

immediate: boolean

Determines whether the getData() method will be called immediately after the hook mounts or not

Generated using TypeDoc