novx
    Preparing search index...

    Class RecordType<T>

    this constraint class adds specific checks for records ( e.g. mappings of string properties to value types ) .

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    baseType: string = "string"
    message?: string
    name?: string
    tests: Test<T>[] = []
    value: Type<any>
    cache: {} = {}

    Methods