@decafhub/decaf-react - v0.8.1
    Preparing search index...

    Interface DecafAppController

    interface DecafAppController {
        disableZendeskWidget?: boolean;
        isNodeApp?: boolean;
        loadingComponent: ReactNode;
        getDecafClient(): DecafClient | undefined;
        onInvalidSession(reason: RedirectReason): null;
        onLoadingState(loading: boolean): null;
    }

    Implemented by

    Index

    Properties

    disableZendeskWidget?: boolean
    isNodeApp?: boolean
    loadingComponent: ReactNode

    Methods

    • Parameters

      • reason: RedirectReason

      Returns null