Options
All
  • Public
  • Public/Protected
  • All
Menu

Plugin providing built-in custom YAML types.

Hierarchy

  • YamlPlugin

Implements

Index

Constructors

  • new YamlPlugin(pod: Pod, config: Record<string, any>): YamlPlugin

Properties

config: Record<string, any>
pod: Pod
shortcutTypes: YamlTypeArguments[]

Methods

  • addType(tag: string, options: TypeConstructorOptions): void
  • partsLikeGlobOptions(parts: any): boolean
  • Returns whether supplied parts resemble the arguments for pod.docs or pod.collections. Supplied parts must be in the following format:

    patterns?: string[] | string, options?: DocumentListOptions
    

    Parameters

    • parts: any

    Returns boolean

Generated using TypeDoc