useGameboardInteractionCommand
useGameboardInteractionCommand(
target,options?):GameboardInteractionCommand|undefined
Defined in: src/react/react.ts:623
Plan the command that would be executed for a selected interaction target.
Parameters
Section titled “Parameters”target
Section titled “target”GameboardInteractionTargetInput | undefined
options?
Section titled “options?”GameboardInteractionCommandOptions = {}
Returns
Section titled “Returns”GameboardInteractionCommand | undefined