Preparing search index...

    Type Parameters

    • M
    • N extends void | null = void

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    allowNull: boolean
    descriptorConfig: undefined | IArrayFieldMainDescriptorConfig<M, void>
    dirty: boolean
    observabilitySet: Set<ReactiveProp>
    originalValue: N extends void
        ? OptionValueType<M>[]
        : null | OptionValueType<M>[]
    persist: boolean
    validationResult: string[]
    value: IObservableValue<
        N extends void ? OptionValueType<M>[] : null | OptionValueType<M>[],
    >

    Accessors

    • get isPrimaryKey(): boolean

      Returns boolean

    Methods

    • Parameters

      • value: any

      Returns any

    • Check, that there is intersection of this value and incoming array

      Parameters

      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

    • Method changes the contents of an ArrayField by removing or replacing existing elements and/or adding new elements in place Params are the same as Array.splice()

      Parameters

      Returns void

    • Parameters

      • OptionaldisablePropagation: boolean

        Parent cmp notification flag about validation

      Returns string[]