@wdprlib/parser
Preparing search index...
parser/rules/block/parsing/content
BlockParseResult
Interface BlockParseResult
interface
BlockParseResult
{
consumed
:
number
;
elements
:
Element
[]
;
}
Index
Properties
consumed
elements
Properties
consumed
consumed
:
number
Total number of tokens consumed from the stream.
elements
elements
:
Element
[]
The parsed AST elements.
Package
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
consumed
elements
@wdprlib/parser
Loading...
Total number of tokens consumed from the stream.