Skip to content

FSharpApiOutlineEntry

type FSharpApiOutlineEntry =
    {
        Name: string
        Page: string
        Children: FSharpApiOutlineEntry list
    }
AssemblyNacara.Plugin.FSharpApi

One declaration, as a menu entry: what it is called and which page it is.

Fields

Name: string
Page: string

Path of the page, relative to the collection's content root.

Children: FSharpApiOutlineEntry list

What is declared inside it, which is where a menu nests them.