TariMethodDefinition
Defined in: ootle/src/builder.ts:48
A method that can be called on a component.
Properties
Section titled “Properties”
optionalargs?:NamedArg[]
Defined in: ootle/src/builder.ts:50
componentAddress?
Section titled “componentAddress?”
optionalcomponentAddress?:string
Defined in: ootle/src/builder.ts:52
Call by component address. Mutually exclusive with fromWorkspace.
fromWorkspace?
Section titled “fromWorkspace?”
optionalfromWorkspace?:string
Defined in: ootle/src/builder.ts:54
Call the component stored under this workspace key. Mutually exclusive with componentAddress.
methodName
Section titled “methodName”methodName:
string
Defined in: ootle/src/builder.ts:49