@tempots/dom

ElementPosition.(constructor)

Creates a new instance of ElementPosition.

Signature:

constructor(
    index: number, 
    total: Signal<number>);

Parameters

Parameter

Type

Description

index

number

The index of the element.

total

Signal

The total number of elements in the collection.