Skip to content

FormCollection.get

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

This method overrides ReadOnlyFormCollection.get.

Gets the item at the provided index.

public get(
  index: number
): TForm

Source reference: src/forms/FormCollection.ts:83.

Parameters

  • index: number
    The index from which to retrieve an item.

Returns: TForm

The item at the provided index.

See also

Clone this wiki locally