@decafhub/decaf-react - v0.8.1
Preparing search index...
DecafAppController
Interface DecafAppController
interface
DecafAppController
{
disableZendeskWidget
?:
boolean
;
isNodeApp
?:
boolean
;
loadingComponent
:
ReactNode
;
getDecafClient
()
:
DecafClient
|
undefined
;
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
()
:
DecafClient
|
undefined
Returns
DecafClient
|
undefined
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.8.1
Loading...