combineArray Readonly
combineArray: boolean | undefined
For arrays only, specifies how getArray resolves the value of the setting.
By default, like other types of settings, the setting uses the value of the setting from the highest-priority dictionary.
If combineArray
is true
, then the value of the setting is computed by combining the elements of every array from every dictionary,
ordered by priority and eliminating duplicate elements.
Two elements are considered duplicates of one another if areEqual returns true
.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.