You are here

public function TimelineSlideInterface::setUniqueId in Views TimelineJS integration 7.3

Sets the unique ID for this slide.

Parameters

int|string $id: The unique ID.

1 method overrides TimelineSlideInterface::setUniqueId()
TimelineSlide::setUniqueId in src/TimelineSlide.php
Sets the unique ID for this slide.

File

src/TimelineSlideInterface.php, line 46

Class

TimelineSlideInterface
Provides an interface for defining TimelineJS3 slides.

Code

public function setUniqueId($id);