Function multiFlagArrayField

  • A watchArrayField which sets a given array of flags to true.

    Parameters

    • flagKeys: string[]

      An array containing the keys of each flag property to set to true

    • allowNonArrays: boolean = false

      Allow values which are not arrays to be used?

    Returns PropertyDecorator