API Reference
Class
MarkdownNativeTableRowSnapshot
UI-safe snapshot of a native table row.
Inheritance
- Object
- MarkdownNativeTableRowSnapshot
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 String Markdown { get; } #Markdown representation of the row payload.
public Boolean IsHeader { get; } #Whether this is the table header row.
public Int32 RowIndex { get; } #Zero-based row index, or -1 for headers.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public String SourceText { get; } #Normalized markdown text backing this table row when available.
public String OriginalSourceText { get; } #Original reader input backing this table row when available.
public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #Reason original reader input could not be materialized for this table row, when applicable.
public IReadOnlyList<MarkdownNativeTableCellSnapshot> Cells { get; } #Cell snapshots in document column order.