Skip to main content

IntegerType

Hierarchy

  • NodeTrait
    • IntegerType

Index

Constructors

publicconstructor

Properties

public_attributes

_attributes: { generic: GenericAttributes; typescript: TypescriptAttributes } = ...

Type declaration

  • generic: GenericAttributes
  • typescript: TypescriptAttributes

publicoptional_canReference

_canReference?: boolean

publicoptional_children

_children?: Node[]

publicoptional_connections

_connections?: Node[]

public_definition

_definition: ThereforeNodeDefinition<number> = {}

publicoptional_hooks

_hooks?: Hooks

public_id

_id: string = ...

public_isCommutative

_isCommutative: boolean = true

publicoptional_name

_name?: string

public_options

_options: IntegerOptions

publicoptional_sourcePath

_sourcePath?: string

publicoptional_transform

_transform?: { aliasName?: (name: string) => string; referenceName?: (name: string) => string; symbolName?: (name: string) => string }

Type declaration

  • optionalaliasName?: (name: string) => string
      • (name: string): string
      • Parameters

        • name: string

        Returns string

  • optionalreferenceName?: (name: string) => string
      • (name: string): string
      • Parameters

        • name: string

        Returns string

  • optionalsymbolName?: (name: string) => string
      • (name: string): string
      • Parameters

        • name: string

        Returns string

public_type

_type: integer = ...

publicinfer

infer: number

publicinput

input: number

Accessors

public_output

  • get _output(): undefined | (TypescriptOutput | GenericOutput)[]
  • Returns undefined | (TypescriptOutput | GenericOutput)[]

Methods

publicarbitrary

  • arbitrary(options: Partial<IntegerGenerator>): IntegerType
  • Parameters

    • options: Partial<IntegerGenerator>

    Returns IntegerType

publicarray

publiccompile

  • compile(__namedParameters?: { formats?: boolean }): Schema<number>
  • Parameters

    • __namedParameters: { formats?: boolean } = {}
      • optionalformats: boolean = true

    Returns Schema<number>

publicdefault

  • Parameters

    • value: number

    Returns DefaultType<IntegerType>

publicdescribe

  • describe(description: string): this
  • Parameters

    • description: string

    Returns this

publicgt

publicgte

publicjsonschema

  • jsonschema(schema: JsonSchema<number>): this
  • Parameters

    • schema: JsonSchema<number>

    Returns this

publiclt

publiclte

publicmultipleOf

publicnegative

publicnonnegative

publicnonpositive

publicnullable

  • Returns NullableType<IntegerType>

publicoptional

  • Returns OptionalType<IntegerType>

publicpositive

publicreference

publicvalidator

  • validator(validator?: Partial<ValidatorOptions>): this
  • Parameters

    • validator: Partial<ValidatorOptions> = {}

    Returns this