@revideo/2d / decorators / computed
Function: computed()
computed():
MethodDecorator
Defined in: 2d/src/lib/decorators/computed.ts:11
Create a computed method decorator.
Returns
MethodDecorator
Remarks
This decorator turns the given method into a computed value. See createComputed for more information.