Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Property<T>

Represents a property descriptor

package

nullable - Informs to not create an instance of nested type with default valeus when value is not provided.

Type parameters

  • T

Hierarchy

Index

Properties

Optional defaultValue

defaultValue: any

Optional items

items: TypeDescriptor<T>

Optional nullable

nullable: undefined | false | true

type

type: Type<T>

Generated using TypeDoc