Skip to content

FSharpApiOutlinePackage

type FSharpApiOutlinePackage =
    {
        Name: string
        Page: string
        Namespaces: FSharpApiOutlineNamespace list
    }
AssemblyNacara.Plugin.FSharpApi

What one namespace offers a menu.

Fields

Name: string

The package's name, as a reader knows it: Nacara.Plugin.Markdown.

Page: string

Its own page, which a menu can hang the group on.

Namespaces: FSharpApiOutlineNamespace list

What it declares, one entry per namespace.