InfiniteOptions / PartialInfiniteOptions

Description

A InfiniteOptions is an interface that defines a LayoutModeOptions which exposes properties to configure a single page to display items of the data source.

Properties

Property

Type

Value

Description

5

Type

string

"infinite"

The options only apply when LayoutMode is set to Infinite.

A InfiniteOptions can be provided through a LayoutModeOptionsCollection.

Remarks

At this time, there are no options that can be set when displaying all items of the data source on a single page.

A partial type/interface is an object in which properties are optional.