Skip to content

ListValue.concat method

ListValue › concat

Official

Get a new obsidian#ListValue containing the elements from this obsidian#ListValue and the provided obsidian#ListValue.

Signature:

concat(other: ListValue): ListValue

Parameters:

Parameter Type Description
other ListValue

Returns: ListValuea new ListValue containing the elements from this ListValue and the provided ListValue.

Since: 1.10.0