Class
caplin.streamlink

ContainerElement

Representation of a subject that is within a container.

The insert(), remove() or move() callbacks of caplin.streamlink.ContainerModel all supply a ContainerElement that applies to the action..

Constructor Summary

Attributes Name and Description
caplin.streamlink.ContainerElement()

Method Summary

Attributes Name and Description
void getSubject()

*

Returns the subject of the element.

void getType()

*

Returns the SubjectType of the element.

Constructor Detail

caplin.streamlink.ContainerElement()

Method Detail

void getSubject()

*

Returns the subject of the element.

* @returns {String} The subject.

void getType()

*

Returns the SubjectType of the element.

* @returns {caplin.streamlink.SubjectType} The SubjectType.