Cm5Mode.innerMode method
Cm5Mode › innerMode
Unofficial
Returns the innermost mode and state at the given state, for modes that wrap other modes.Signature:
innerMode(state: T): Cm5InnerModeResultParameters:
| Parameter | Type | Description |
|---|---|---|
| state | T | The current parser state. |
Returns: Cm5InnerModeResult — The innermost mode and its state.