Home > react-directus > DirectusProviderProps
Signature:
export interface DirectusProviderProps
| Property | Modifiers | Type | Description |
|---|---|---|---|
| apiUrl | string | url to your Directus instance. | |
| autoLogin? | boolean | (Optional) If true, the provider will try to login the user automatically on mount. |
|
| children | ReactNode | ||
| options? | DirectusOptions | (Optional) A set of options to pass to the Directus client. Directus Client configuration |