textmode.js / conversion / TextmodeConversionPassContext
Interface: TextmodeConversionPassContext
Metadata describing the active pass while a conversion stack is being rendered.
Properties
| Property | Type | Description |
|---|---|---|
count | number | Total number of passes in the active stack. |
index | number | Zero-based index of the active pass. |
mode | string | Conversion mode being rendered for this pass. |
options | TextmodeConversionStepOptions | Strategy-specific options for this pass. |