Preparing search index...
The search index is not available
@decafhub/decaf-react - v0.6.1
@decafhub/decaf-react
DecafAppController
Interface DecafAppController
interface
DecafAppController
{
disableZendeskWidget
?:
boolean
;
isNodeApp
?:
boolean
;
loadingComponent
:
ReactNode
;
getDecafClient
()
:
undefined
|
DecafClient
;
onInvalidSession
(
reason
:
RedirectReason
)
:
null
;
onLoadingState
(
loading
:
boolean
)
:
null
;
}
Implemented by
AbstractDecafNativeController
Index
Properties
disable
Zendesk
Widget?
is
Node
App?
loading
Component
Methods
get
Decaf
Client
on
Invalid
Session
on
Loading
State
Properties
Optional
disable
Zendesk
Widget
disableZendeskWidget
?:
boolean
Optional
is
Node
App
isNodeApp
?:
boolean
loading
Component
loadingComponent
:
ReactNode
Methods
get
Decaf
Client
getDecafClient
()
:
undefined
|
DecafClient
Returns
undefined
|
DecafClient
on
Invalid
Session
onInvalidSession
(
reason
:
RedirectReason
)
:
null
Parameters
reason
:
RedirectReason
Returns
null
on
Loading
State
onLoadingState
(
loading
:
boolean
)
:
null
Parameters
loading
:
boolean
Returns
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disable
Zendesk
Widget
is
Node
App
loading
Component
Methods
get
Decaf
Client
on
Invalid
Session
on
Loading
State
@decafhub/decaf-react - v0.6.1
Loading...