You are here

interface TimelineBackgroundInterface in Views TimelineJS integration 7.3

Provides an interface for defining TimelineJS3 background objects.

Hierarchy

Expanded class hierarchy of TimelineBackgroundInterface

All classes that implement TimelineBackgroundInterface

File

src/TimelineBackgroundInterface.php, line 6

View source
interface TimelineBackgroundInterface extends TimelineObjectInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
TimelineObjectInterface::buildArray public function Creates an array representing the TimelineJS javascript object. 7