defaultConfigMembers
excmdsFunctions
staticThemes
convert
convertMember
getDoc
memberDoc
memberType
paramTypes
typeKind
typeToString
defaultConfigMembers: Record<string, Node> = metadata.settings
excmdsFunctions: Record<string, Node> = metadata.commands
staticThemes: string[] = staticThemesJson
  • Parameters

    • t: Node
    • value: any

    Returns any

  • Walk path through an object-type reflection, coercing value against the matched leaf.

    Parameters

    • t: Node
    • path: string[]
    • value: any

    Returns any

  • Parameters

    • node: Node

    Returns string

  • Parameters

    • node: Node

    Returns string

  • Parameters

    • node: Node

    Returns Node

  • Parameters

    • fnNode: Node

    Returns Node[]

  • Normalised kind: "string" | "number" | "boolean" | "object" | "array" | "void" | "any" | ...

    Parameters

    • t: Node

    Returns string

  • Parameters

    • t: Node

    Returns string