Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicChange

Represents a change in one or more topic(s).

Hierarchy

  • TopicChange

Index

Properties

changeType

changeType: TopicChangeType.Added | TopicChangeType.Removed | TopicChangeType.Changed

The type of change.

contentFile

contentFile: string

The content file containing the topic(s).

Must be relative to DocFX project directory.

Optional topics

topics: TopicMetadata[]

The changed topic(s).

null for {@link TopicChangeType.Delete}.

Generated using TypeDoc