Class: OperationTerm<O>
Operation terms are used by transform builders to allow for the construction of operations in composable patterns.
Type parameters​
Name | Type |
---|---|
O | extends Operation |
Constructors​
constructor​
• new OperationTerm<O
>(operation
)
Type parameters​
Name | Type |
---|---|
O | extends Operation |
Parameters​
Name | Type |
---|---|
operation | O |
Defined in​
packages/@orbit/data/src/operation-term.ts:12
Methods​
options​
â–¸ options(options
): OperationTerm
<O
>
Parameters​
Name | Type |
---|---|
options | RequestOptions |
Returns​
Defined in​
packages/@orbit/data/src/operation-term.ts:20
toOperation​
â–¸ toOperation(): O
Returns​
O