Id64.forEach Function

Deprecated  use Id64.iterable.

Execute a function on each Id64String of an Id64Arg.

forEach(arg: Id64Arg, callback: (id: string) => void): void

Parameter Type Description
arg Id64Arg The Id(s) to iterate.
callback (id: string) => void The function to invoke on each Id.

Returns - void

Defined in

Last Updated: 11 June, 2024