AppManagerOptionsType
Import
import { AppManagerOptionsType } from "@hyper-fetch/core"
Source
Package
Preview
type AppManagerOptionsType = {
focusEvent?: (setFocused: (isFocused: boolean) => void) => void;
initiallyFocused?: boolean | () => boolean | Promise<boolean>;
initiallyOnline?: boolean | () => boolean | Promise<boolean>;
onlineEvent?: (setOnline: (isOnline: boolean) => void) => void;
}
Structure
AppManagerOptionsType
| Name | Type | Description |
|---|---|---|
| initiallyFocused | | |
| initiallyOnline | | |
| focusEvent | | |
| onlineEvent | |