Preparing search index...

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    allowNull: boolean
    descriptorConfig: undefined | BaseOptions
    dirty: boolean
    observabilitySet: Set<ReactiveProp>
    originalValue: null | V
    persist: boolean
    validationResult: string[]
    value: IObservableValue<null | V>

    Accessors

    • get isPrimaryKey(): boolean

      Returns boolean

    Methods

    • Parameters

      • value: any

      Returns null | V

    • Function for comparing elements of type T

      Parameters

      • a: null | V
      • b: null | V

      Returns number

    • Parameters

      • b: null | V

      Returns boolean

    • Returns true if the current value is different from the original value

      Returns boolean

    • Make some of the system properties reactive in the current model

      Parameters

      Returns void

    • Parameters

      • value: null | V
      • Optionalsilent: boolean

      Returns void

    • Parameters

      • OptionaldisablePropagation: boolean

        Parent cmp notification flag about validation

      Returns string[]