Skip to content

FSharpApiOutlineNamespace

type FSharpApiOutlineNamespace =
    {
        Name: string
        Assembly: string
        Page: string
        Entries: FSharpApiOutlineEntry list
    }
AssemblyNacara.Plugin.FSharpApi

What one package declares in one namespace, as a menu entry.

Fields

Name: string
Assembly: string

The package that declares this part of it, and what a menu groups by.

Page: string

The namespace's own page, which a menu can hang the group on.

Entries: FSharpApiOutlineEntry list

What it declares at the top level; what those declare is under them.