@asciidoctor/core
CLI
Preparing search index...
SyntaxProcessorDslInterface
Type Alias SyntaxProcessorDslInterface
SyntaxProcessorDslInterface
:
ProcessorDslInterface
&
{
contentModel
(
value
:
string
)
:
void
;
defaultAttributes
(
value
:
Record
<
string
,
string
>
)
:
void
;
defaultAttrs
(
value
:
Record
<
string
,
string
>
)
:
void
;
named
(
value
:
string
)
:
void
;
namePositionalAttributes
(
...
value
:
string
[]
)
:
void
;
parseContentAs
(
value
:
string
)
:
void
;
positionalAttributes
(
...
value
:
string
[]
)
:
void
;
positionalAttrs
(
...
value
:
string
[]
)
:
void
;
resolveAttributes
(
...
args
:
unknown
[]
)
:
void
;
resolvesAttributes
(
...
args
:
unknown
[]
)
:
void
;
}
DSL interface for syntax processors (BlockProcessor, BlockMacroProcessor, InlineMacroProcessor).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CLI
@asciidoctor/core
Loading...
DSL interface for syntax processors (BlockProcessor, BlockMacroProcessor, InlineMacroProcessor).