ic-reactor
Example
GitHub
Preparing search index...
react
useMethodNames
Function useMethodNames
useMethodNames
<
A
=
types
.
BaseActor
>
()
:
Extract
<
keyof
A
,
string
>
[]
Hook for accessing the method names of an actor.
Type Parameters
A
=
types
.
BaseActor
Returns
Extract
<
keyof
A
,
string
>
[]
An array of method names for the actor.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...
Hook for accessing the method names of an actor.