Function types for each command available on the papi. Each extension can extend this interface
to add commands that it registers on the papi with papi.commands.registerCommand.
Note: Command names must consist of two strings separated by at least one period. We recommend
one period and lower camel case in case we expand the api in the future to allow dot notation.
An extension can extend this interface to add types for the commands it registers by adding the
following to its .d.ts file:
Function types for each command available on the papi. Each extension can extend this interface to add commands that it registers on the papi with
papi.commands.registerCommand
.Note: Command names must consist of two strings separated by at least one period. We recommend one period and lower camel case in case we expand the api in the future to allow dot notation.
An extension can extend this interface to add types for the commands it registers by adding the following to its
.d.ts
file:Example