Reference Source
import {ColumnView} from '@adobe/coral-spectrum'
public class | source

ColumnViewCollection

Extends:

CollectionSelectableCollection → ColumnViewCollection

The ColumnView collection

See:

Example:

JS constructor
new Coral.ColumnView.Collection();

Inherited Summary

From class Collection
public

Number of items inside the Collection.

public

add(item: HTMLElement | Object, insertBefore: HTMLElement): HTMLElement

Adds an item to the Collection.

public

Removes all the items from the Collection.

public

Returns the first item of the collection.

public

Returns an array with all the items inside the Collection.

public

Returns the last item of the collection.

public

Removes the given item from the Collection.