ConfigurableOperationDefOptions
Common configuration options used when creating a new instance of a ConfigurableOperationDef (
- Extends:
InjectableStrategy
code
property
stringA unique code used to identify this operation.
args
property
TOptional provider-specific arguments which, when specified, are editable in the admin-ui. For example, args could be used to store an API key for a payment provider service.
Example
See ConfigArgs for available configuration options.
description
property
LocalizedStringArrayA human-readable description for the operation method.
Was this chapter helpful?