API Reference
Class
MarkdownNativeListItemSnapshot
UI-safe snapshot of a native list item.
Inheritance
- Object
- MarkdownNativeListItemSnapshot
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
- Property MarkdownNativeBlockSnapshot.Items
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Stable list item id.
public String Text { get; } #Plain text lead content.
public Boolean IsTask { get; } #Whether the item is a task item.
public Boolean IsChecked { get; } #Whether the task item is checked.
public Int32 Level { get; } #Indentation level from the source item.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #Lead inline snapshots.
public IReadOnlyList<MarkdownNativeBlockSnapshot> Children { get; } #Nested child block snapshots.