Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wed/mode-tree"

Index

Type aliases

WedOptionsErrorCallback

WedOptionsErrorCallback: function

A callback for reporting wed option errors.

param

The mode's path, as specified in the configuration.

param

The errors encountered.

Type declaration

    • (path: string, errors: string[]): void
    • Parameters

      • path: string
      • errors: string[]

      Returns void

Generated using TypeDoc