Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Private

A namespace for private module data.

Index

Functions

annotatedDefaults

  • annotatedDefaults(schema: ISchema, plugin: string): string
  • Returns an annotated (JSON with comments) version of a schema's defaults.

    Parameters

    Returns string

annotatedPlugin

  • annotatedPlugin(plugin: IPlugin, data: JSONObject): string
  • Returns an annotated (JSON with comments) version of a plugin's setting data.

    Parameters

    Returns string

reifyDefault

  • reifyDefault(schema: IProperty, root?: string): JSONValue | undefined
  • Create a fully extrapolated default value for a root key in a schema.

    Parameters

    Returns JSONValue | undefined

Generated using TypeDoc