API Reference

Class

MarkdownNativeBlockSourceField

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Source-backed token or payload field owned by a native markdown block.

Inheritance

  • Object
  • MarkdownNativeBlockSourceField

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

Properties

public String Name { get; } #

Stable field name such as level, infoString, or calloutKind.

public String Value { get; } #

Semantic value represented by the field when one is available.

public MarkdownSourceSpan SourceSpan { get; } #

Source span for this field in the normalized markdown source.

public MarkdownNativeBlock Block { get; } #

Native block that owns this source field.

public Int32 Index { get; } #

Zero-based occurrence index for repeated fields, or -1 for singular fields.