API Reference

Class

MarkdownNativeDefinitionListGroup

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a grouped definition-list item.

Inheritance

  • Object
  • MarkdownNativeDefinitionListGroup

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Properties

public DefinitionListGroup Group { get; } #

Source semantic definition-list group.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this group when available.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span in the normalized markdown text when available.

public IReadOnlyList<MarkdownNativeDefinitionListTerm> Terms { get; } #

Terms in this definition group.

public IReadOnlyList<MarkdownNativeDefinitionListDefinition> Definitions { get; } #

Definitions shared by the terms in this group.