Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MakeOptionsValueDefinition

Index

Properties

Optional children

Optional default

default: any

This is the default value to use when the key in $options is empty. If not set the option key is required! If the default value is a Closure the closure is called and it's result is used as value. The callback receives $key, $options, $definition, $path(For child arrays)

Optional filter

Optional preFilter

Optional type

type: string | string[]

Allows basic type validation of the input. Can either be a string or an array of strings.

Optional validator

Optional values

values: any[]

Generated using TypeDoc