Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The message for the commit of the slice.

slice.delete()

Deletes the slice

Example

Code Block
languagejs
linenumberstrue
... 
slice.delete();
...

int slice.id

Returns the id of the slice

...

Code Block
languagejs
linenumberstrue
... 
if (slice.private === true) {
// do something here
}
...

slice.switch()

Sets the slice to the current one

...