-
Notifications
You must be signed in to change notification settings - Fork 13
markdocelements ISection
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for section elements
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Elements
MarkDoc.Elements.ISection[[ISection]]
class MarkDoc.Elements.ISection interfaceStyle;
MarkDoc.Elements.IElement[[IElement]]
class MarkDoc.Elements.IElement interfaceStyle;
end
subgraph MarkDoc.Elements.Extensions
MarkDoc.Elements.Extensions.IHasContent_1<System.Collections.Generic.IReadOnlyCollection_1[[IHasContent]]
MarkDoc.Elements.Extensions.IHasHeading[[IHasHeading]]
class MarkDoc.Elements.Extensions.IHasHeading interfaceStyle;
end
MarkDoc.Elements.IElement --> MarkDoc.Elements.ISection
MarkDoc.Elements.Extensions.IHasContent_1<System.Collections.Generic.IReadOnlyCollection_1 --> MarkDoc.Elements.ISection
MarkDoc.Elements.Extensions.IHasHeading --> MarkDoc.Elements.ISection
Interface for section elements
-
IElement
-
IHasContent
<IReadOnlyCollection
> -
IHasHeading
Generated with MarkDoc