useAppContext
@spartanfx/react / spfx / useAppContext
Function: useAppContext()
function useAppContext(): IAppContext;
Custom hook for consuming the AppContext.
Returns
The current application context.
Example
Minimal usage
const appContext = useAppContext()