-
Notifications
You must be signed in to change notification settings - Fork 13
markdoccore ILibrarySettings
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for settings of libraries
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Core
MarkDoc.Core.ILibrarySettings[[ILibrarySettings]]
class MarkDoc.Core.ILibrarySettings interfaceStyle;
end
Type | Name | Methods |
---|---|---|
Guid |
Id Settings id |
get |
Interface for settings of libraries
public abstract Guid Id { get }
Settings id
Generated with MarkDoc