Class: OverflowContentError

OverflowContentError(message, items)

An error thrown when content cannot fit within the available layout space.

Constructor

new OverflowContentError(message, items)

Create an OverflowContentError.

Create an OverflowContentError.

Parameters:
Name Type Description
message string

The error message.

items Array.<any>

The content items that could not be rendered due to overflow.

Source:

Extends

  • Error

Classes

OverflowContentError
Create an OverflowContentError.

Members

items :Array.<any>

The overflowing items that triggered this error.

The overflowing items that triggered this error.

Type:
  • Array.<any>
Source: