API Reference
Class
MarkdownNativeInlineSnapshot
UI-safe snapshot of a native inline.
Inheritance
- Object
- MarkdownNativeInlineSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public MarkdownNativeInlineKind Kind { get; } #Native inline kind.
public MarkdownSyntaxKind SyntaxKind { get; } #Syntax kind that produced this inline.
public String Text { get; } #Plain text represented by this inline.
public String Markdown { get; } #Markdown represented by this inline.
public String Literal { get; } #Literal syntax payload.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public IReadOnlyDictionary<String, String> Metadata { get; } #Metadata values such as target/title/source/alt.
public IReadOnlyList<MarkdownNativeInlineSnapshot> Children { get; } #Nested inline snapshots.