Home > @dinofe/xt-core > IRunWithDelayedLoadingOptions
# IRunWithDelayedLoadingOptions interface
IRunWithDelayedLoading
Signature:
export interface IRunWithDelayedLoadingOptions 
# Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| loadingDelay? | number | (Optional) | |
| minLoadingDuration? | number | (Optional) | |
| onLoading? | () => void | (Optional) | |
| onSettled? | () => void | (Optional) | 
