externalUsesAbilities
Implemented by
Index
Methods
Methods
externalabilityTo
Type parameters
- T: Ability
Parameters
externaldoSomething: AbilityType<T>
The type of ability to look up, e.g.
BrowseTheWeb
orCallAnApi
Returns T
The type of ability to look up, e.g. BrowseTheWeb
or CallAnApi
Describes an
Actor
who can use their abilities to perform anActivity
or answer aQuestion
.Learn more
Ability
Actor