• Preparing search index...
  • The search index is not available
pureboard
  • pureboard
  • client/react
  • useAfterAction

Function useAfterAction

  • useAfterAction<T extends BaseComponentClient<any, any, any>>(
        client: T,
        listener: (action: NewGameAction | InferAction<T>) => void,
        deps?: any[],
    ): void

    Type Parameters

    • T extends BaseComponentClient<any, any, any>

    Parameters

    • client: T
    • listener: (action: NewGameAction | InferAction<T>) => void
    • deps: any[] = []

    Returns void

    • Defined in src/client/react.ts:9

Settings

Member Visibility
pureboard
  • Loading...

Generated using TypeDoc with typedoc-github-theme