EntityModelRecord

PackageFsLiveDocs.Core
Represents an F# entity (Module, Type, Interface, etc.).

Fields

NameTypeDescription
IdIdThe fully qualified unique identifier.
NameNameThe display name (normalized).
KindKindThe kind of entity (e.g., Module, Type).
SummarySummaryThe renderer-neutral introduction for this entity.
MembersMembersMembers belonging to this entity.
ExamplesExamplesExecutable examples associated with this entity.
EntitiesEntitiesNested entities (sub-modules or nested types).