Type alias UseVisitorDataOptions

UseVisitorDataOptions: GetOptions & {
    immediate?: boolean;
}

Type declaration

  • Optional immediate?: boolean

    Determines whether getData() will be called immediately on mount.

    Default

    true
    

Generated using TypeDoc