ListValue.concat method
ListValue › concat
Official
Get a newobsidian#ListValue containing the elements from this obsidian#ListValue and the provided obsidian#ListValue. Signature:
concat(other: ListValue): ListValueParameters:
| Parameter | Type | Description |
|---|---|---|
| other | ListValue |
Returns: ListValue — a new ListValue containing the elements from this ListValue and the provided ListValue.
Since: 1.10.0