TapActionMap augmentation, which is what
tap.actions.run and the handler’s actions table accept.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The action names in the TapActionMap augmentation, which is what tap.actions.run and the handler’s actions table accept.
type ActionId = keyof TapActionMap extends never ? string : Extract<keyof TapActionMap, string>;
TapActionMap augmentation, which is what
tap.actions.run and the handler’s actions table accept.Was this page helpful?