| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > IOperationOptions
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Options for constructing a new Operation.
Signature:
export interface IOperationOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) This property is used in the name of the filename for the logs generated by this operation. This is a filesystem-safe version of the phase name. For example, an operation for a phase with name | ||
|
(ALPHA) The Rush phase associated with this Operation | |||
|
(ALPHA) The Rush project associated with this Operation | |||
|
IOperationRunner | undefined |
(ALPHA) (Optional) When the scheduler is ready to process this | ||
|
IOperationSettings | undefined |
(ALPHA) (Optional) Settings defined in the project configuration for this operation, can be overridden. |