Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TypeSchemaBase

param

Hierarchy

Implements

Constructors

constructor

Properties

category

category: FieldCategory

Optional coerce

coerce: function

Type declaration

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Optional decode

decode: function

Type declaration

    • (stream: BinaryStream): any
    • Parameters

      • stream: BinaryStream

      Returns any

defaultValue

defaultValue: any

Optional encode

encode: function

Type declaration

name

name: string

Optional toJSON

toJSON: function

Type declaration

    • (): string
    • Returns string

Methods

computer_default_value

  • computer_default_value(defaultValue: any): any
  • method

    computer_default_value

    Parameters

    • defaultValue: any

      the default value

    Returns any

Generated using TypeDoc