2018-04-26 15:33:47 +02:00
<!doctype html>
< html class = "default no-js" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< title > StreamEvent | OpenVidu Browser< / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "../assets/css/main.css" >
2018-04-26 17:47:10 +02:00
< link rel = "shortcut icon" href = "/img/favicon.ico" type = "image/x-icon" >
2018-04-26 15:33:47 +02:00
< / head >
< body >
< header >
< div class = "tsd-page-toolbar" >
< div class = "container" >
< div class = "table-wrap" >
< div class = "table-cell" id = "tsd-search" data-index = "../assets/js/search.js" data-base = ".." >
< div class = "field" >
< label for = "tsd-search-field" class = "tsd-widget search no-caption" > Search< / label >
< input id = "tsd-search-field" type = "text" / >
< / div >
< ul class = "results" >
< li class = "state loading" > Preparing search index...< / li >
< li class = "state failure" > The search index is not available< / li >
< / ul >
2018-04-26 17:47:10 +02:00
< a style = "position: absolute" href = "/docs/reference-docs/openvidu-browser/" class = "title" >
< img class = "logo-small" style = "height: 26px; margin-top: 7px" src = "/img/logos/openvidu_vert_grey_bg_transp_cropped.png" >
< / a >
2018-04-26 15:33:47 +02:00
< / div >
< div class = "table-cell" id = "tsd-widgets" >
< div id = "tsd-filter" >
< a href = "#" class = "tsd-widget options no-caption" data-toggle = "options" > Options< / a >
< div class = "tsd-filter-group" >
< div class = "tsd-select" id = "tsd-filter-visibility" >
< span class = "tsd-select-label" > All< / span >
< ul class = "tsd-select-list" >
< li data-value = "public" > Public< / li >
< li data-value = "protected" > Public/Protected< / li >
< li data-value = "private" class = "selected" > All< / li >
< / ul >
< / div >
< input type = "checkbox" id = "tsd-filter-inherited" checked / >
< label class = "tsd-widget" for = "tsd-filter-inherited" > Inherited< / label >
< input type = "checkbox" id = "tsd-filter-only-exported" / >
< label class = "tsd-widget" for = "tsd-filter-only-exported" > Only exported< / label >
< / div >
< / div >
< a href = "#" class = "tsd-widget menu no-caption" data-toggle = "menu" > Menu< / a >
< / div >
< / div >
< / div >
< / div >
< div class = "tsd-page-title" >
< div class = "container" >
< ul class = "tsd-breadcrumb" >
< li >
< a href = "../index.html" > Globals< / a >
< / li >
< li >
< a href = "streamevent.html" > StreamEvent< / a >
< / li >
< / ul >
< h1 > Class StreamEvent< / h1 >
< / div >
< / div >
< / header >
< div class = "container container-main" >
< div class = "row" >
< div class = "col-8 col-content" >
< section class = "tsd-panel tsd-comment" >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > Defines the following events:< / p >
< ul >
< li > < code > streamCreated< / code > : dispatched by < a href = "session.html" > Session< / a > and < a href = "publisher.html" > Publisher< / a > < / li >
< li > < code > streamDestroyed< / code > : dispatched by < a href = "session.html" > Session< / a > and < a href = "publisher.html" > Publisher< / a > < / li >
< / ul >
< / div >
< / div >
< / section >
< section class = "tsd-panel tsd-hierarchy" >
< h3 > Hierarchy< / h3 >
< ul class = "tsd-hierarchy" >
< li >
< a href = "event.html" class = "tsd-signature-type" > Event< / a >
< ul class = "tsd-hierarchy" >
< li >
< span class = "target" > StreamEvent< / span >
< / li >
< / ul >
< / li >
< / ul >
< / section >
< section class = "tsd-panel-group tsd-index-group" >
< h2 > Index< / h2 >
< section class = "tsd-panel tsd-index-panel" >
< div class = "tsd-index-content" >
< section class = "tsd-index-section " >
< h3 > Properties< / h3 >
< ul class = "tsd-index-list" >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-inherited" > < a href = "streamevent.html#cancelable" class = "tsd-kind-icon" > cancelable< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class" > < a href = "streamevent.html#reason" class = "tsd-kind-icon" > reason< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class" > < a href = "streamevent.html#stream" class = "tsd-kind-icon" > stream< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-inherited" > < a href = "streamevent.html#target" class = "tsd-kind-icon" > target< / a > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-inherited" > < a href = "streamevent.html#type" class = "tsd-kind-icon" > type< / a > < / li >
< / ul >
< / section >
< section class = "tsd-index-section tsd-is-inherited" >
< h3 > Methods< / h3 >
< ul class = "tsd-index-list" >
< li class = "tsd-kind-method tsd-parent-kind-class tsd-is-inherited" > < a href = "streamevent.html#isdefaultprevented" class = "tsd-kind-icon" > is< wbr > Default< wbr > Prevented< / a > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class tsd-is-inherited" > < a href = "streamevent.html#preventdefault" class = "tsd-kind-icon" > prevent< wbr > Default< / a > < / li >
< / ul >
< / section >
< / div >
< / section >
< / section >
< section class = "tsd-panel-group tsd-member-group " >
< h2 > Properties< / h2 >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a name = "cancelable" class = "tsd-anchor" > < / a >
< h3 > cancelable< / h3 >
< div class = "tsd-signature tsd-kind-icon" > cancelable< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < / div >
< aside class = "tsd-sources" >
< p > Inherited from < a href = "event.html" > Event< / a > .< a href = "event.html#cancelable" > cancelable< / a > < / p >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/Event.ts#L25" > OpenViduInternal/Events/Event.ts:25< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > Whether the event has a default behaviour that may be prevented by calling < a href = "event.html#preventdefault" > Event.preventDefault< / a > < / p >
< / div >
< / div >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class" >
< a name = "reason" class = "tsd-anchor" > < / a >
< h3 > reason< / h3 >
< div class = "tsd-signature tsd-kind-icon" > reason< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > string< / span > < / div >
< aside class = "tsd-sources" >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts#L42" > OpenViduInternal/Events/StreamEvent.ts:42< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > For ' streamDestroyed' event:< / p >
< ul >
< li > " disconnect" < / li >
< li > " networkDisconnect" < / li >
< li > " unpublish" < / li >
< / ul >
< / div >
< p > For ' streamCreated' empty string< / p >
< / div >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class" >
< a name = "stream" class = "tsd-anchor" > < / a >
< h3 > stream< / h3 >
< div class = "tsd-signature tsd-kind-icon" > stream< span class = "tsd-signature-symbol" > :< / span > < a href = "stream.html" class = "tsd-signature-type" > Stream< / a > < / div >
< aside class = "tsd-sources" >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/StreamEvent.ts#L32" > OpenViduInternal/Events/StreamEvent.ts:32< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > Stream object that was created or destroyed< / p >
< / div >
< / div >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a name = "target" class = "tsd-anchor" > < / a >
< h3 > target< / h3 >
< div class = "tsd-signature tsd-kind-icon" > target< span class = "tsd-signature-symbol" > :< / span > < a href = "session.html" class = "tsd-signature-type" > Session< / a > < span class = "tsd-signature-symbol" > | < / span > < a href = "subscriber.html" class = "tsd-signature-type" > Subscriber< / a > < span class = "tsd-signature-symbol" > | < / span > < a href = "publisher.html" class = "tsd-signature-type" > Publisher< / a > < / div >
< aside class = "tsd-sources" >
< p > Inherited from < a href = "event.html" > Event< / a > .< a href = "event.html#target" > target< / a > < / p >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/Event.ts#L30" > OpenViduInternal/Events/Event.ts:30< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > The object that dispatched the event< / p >
< / div >
< / div >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a name = "type" class = "tsd-anchor" > < / a >
< h3 > type< / h3 >
< div class = "tsd-signature tsd-kind-icon" > type< span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > string< / span > < / div >
< aside class = "tsd-sources" >
< p > Inherited from < a href = "event.html" > Event< / a > .< a href = "event.html#type" > type< / a > < / p >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/Event.ts#L35" > OpenViduInternal/Events/Event.ts:35< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > The type of event. This is the same string you pass as first parameter when calling method < code > on()< / code > of any object implementing < a href = "../interfaces/eventdispatcher.html" > EventDispatcher< / a > interface< / p >
< / div >
< / div >
< / section >
< / section >
< section class = "tsd-panel-group tsd-member-group tsd-is-inherited" >
< h2 > Methods< / h2 >
< section class = "tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< a name = "isdefaultprevented" class = "tsd-anchor" > < / a >
< h3 > is< wbr > Default< wbr > Prevented< / h3 >
< ul class = "tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< li class = "tsd-signature tsd-kind-icon" > is< wbr > Default< wbr > Prevented< span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > boolean< / span > < / li >
< / ul >
< ul class = "tsd-descriptions" >
< li class = "tsd-description" >
< aside class = "tsd-sources" >
< p > Inherited from < a href = "event.html" > Event< / a > .< a href = "event.html#isdefaultprevented" > isDefaultPrevented< / a > < / p >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/Event.ts#L51" > OpenViduInternal/Events/Event.ts:51< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > Whether the default beahivour of the event has been prevented or not. Call < a href = "event.html#preventdefault" > Event.preventDefault< / a > to prevent it< / p >
< / div >
< / div >
< h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 >
< / li >
< / ul >
< / section >
< section class = "tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< a name = "preventdefault" class = "tsd-anchor" > < / a >
< h3 > prevent< wbr > Default< / h3 >
< ul class = "tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< li class = "tsd-signature tsd-kind-icon" > prevent< wbr > Default< span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > : < / span > < span class = "tsd-signature-type" > void< / span > < / li >
< / ul >
< ul class = "tsd-descriptions" >
< li class = "tsd-description" >
< aside class = "tsd-sources" >
< p > Inherited from < a href = "event.html" > Event< / a > .< a href = "event.html#preventdefault" > preventDefault< / a > < / p >
< ul >
< li > Defined in < a href = "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/OpenViduInternal/Events/Event.ts#L62" > OpenViduInternal/Events/Event.ts:62< / a > < / li >
< / ul >
< / aside >
< div class = "tsd-comment tsd-typography" >
< div class = "lead" >
< p > Prevents the default behaviour of the event. The following events have a default behaviour:< / p >
< ul >
< li > < code > sessionDisconnected< / code > : automatically unsubscribes the leaving participant from every Subscriber object of the session (this includes closing the WebRTCPeer connection and disposing all MediaStreamTracks)
and also deletes the HTML video element associated to it.< / li >
< li > < code > streamDestroyed< / code > : if dispatched by a < a href = "publisher.html" > Publisher< / a > (< em > you< / em > have unpublished), automatically stops all media tracks and deletes the HTML video element associated to the stream. If dispatched by < a href = "session.html" > Session< / a > ,
(< em > other user< / em > has unpublished), automatically unsubscribes the proper Subscriber object from the session (this includes closing the WebRTCPeer connection and disposing all MediaStreamTracks) and deletes the HTML video element associated to it.< / li >
< / ul >
< / div >
< / div >
< h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > void< / span > < / h4 >
< / li >
< / ul >
< / section >
< / section >
< / div >
< div class = "col-4 col-menu menu-sticky-wrap menu-highlight" >
< nav class = "tsd-navigation primary" >
< ul >
< li class = "globals " >
< a href = "../index.html" > < em > Globals< / em > < / a >
< / li >
< / ul >
< / nav >
< nav class = "tsd-navigation secondary menu-sticky" >
< ul class = "before-current" >
< li class = " tsd-kind-enum" >
2018-04-27 11:08:03 +02:00
< a href = "../enums/localrecorderstate.html" class = "tsd-kind-icon" > Local< wbr > Recorder< wbr > State< / a >
2018-04-26 15:33:47 +02:00
< / li >
< li class = " tsd-kind-enum" >
< a href = "../enums/openviduerrorname.html" class = "tsd-kind-icon" > Open< wbr > Vidu< wbr > Error< wbr > Name< / a >
< / li >
< li class = " tsd-kind-enum" >
< a href = "../enums/videoinsertmode.html" class = "tsd-kind-icon" > Video< wbr > Insert< wbr > Mode< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "connection.html" class = "tsd-kind-icon" > Connection< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "connectionevent.html" class = "tsd-kind-icon" > Connection< wbr > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "event.html" class = "tsd-kind-icon" > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "localrecorder.html" class = "tsd-kind-icon" > Local< wbr > Recorder< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "openvidu.html" class = "tsd-kind-icon" > Open< wbr > Vidu< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "openviduerror.html" class = "tsd-kind-icon" > Open< wbr > Vidu< wbr > Error< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "publisher.html" class = "tsd-kind-icon" > Publisher< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "publisherspeakingevent.html" class = "tsd-kind-icon" > Publisher< wbr > Speaking< wbr > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "recordingevent.html" class = "tsd-kind-icon" > Recording< wbr > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "session.html" class = "tsd-kind-icon" > Session< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "sessiondisconnectedevent.html" class = "tsd-kind-icon" > Session< wbr > Disconnected< wbr > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "signalevent.html" class = "tsd-kind-icon" > Signal< wbr > Event< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "stream.html" class = "tsd-kind-icon" > Stream< / a >
< / li >
< / ul >
< ul class = "current" >
< li class = "current tsd-kind-class" >
< a href = "streamevent.html" class = "tsd-kind-icon" > Stream< wbr > Event< / a >
< ul >
< li class = " tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a href = "streamevent.html#cancelable" class = "tsd-kind-icon" > cancelable< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-class" >
< a href = "streamevent.html#reason" class = "tsd-kind-icon" > reason< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-class" >
< a href = "streamevent.html#stream" class = "tsd-kind-icon" > stream< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a href = "streamevent.html#target" class = "tsd-kind-icon" > target< / a >
< / li >
< li class = " tsd-kind-property tsd-parent-kind-class tsd-is-inherited" >
< a href = "streamevent.html#type" class = "tsd-kind-icon" > type< / a >
< / li >
< li class = " tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< a href = "streamevent.html#isdefaultprevented" class = "tsd-kind-icon" > is< wbr > Default< wbr > Prevented< / a >
< / li >
< li class = " tsd-kind-method tsd-parent-kind-class tsd-is-inherited" >
< a href = "streamevent.html#preventdefault" class = "tsd-kind-icon" > prevent< wbr > Default< / a >
< / li >
< / ul >
< / li >
< / ul >
< ul class = "after-current" >
< li class = " tsd-kind-class" >
< a href = "subscriber.html" class = "tsd-kind-icon" > Subscriber< / a >
< / li >
< li class = " tsd-kind-class" >
< a href = "videoelementevent.html" class = "tsd-kind-icon" > Video< wbr > Element< wbr > Event< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/device.html" class = "tsd-kind-icon" > Device< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/eventdispatcher.html" class = "tsd-kind-icon" > Event< wbr > Dispatcher< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/openviduadvancedconfiguration.html" class = "tsd-kind-icon" > Open< wbr > Vidu< wbr > Advanced< wbr > Configuration< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/publisherproperties.html" class = "tsd-kind-icon" > Publisher< wbr > Properties< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/signaloptions.html" class = "tsd-kind-icon" > Signal< wbr > Options< / a >
< / li >
< li class = " tsd-kind-interface" >
< a href = "../interfaces/subscriberproperties.html" class = "tsd-kind-icon" > Subscriber< wbr > Properties< / a >
< / li >
< / ul >
< / nav >
< / div >
< / div >
< / div >
< footer class = "with-border-bottom" >
< div class = "container" >
< h2 > Legend< / h2 >
< div class = "tsd-legend-group" >
< ul class = "tsd-legend" >
< li class = "tsd-kind-module" > < span class = "tsd-kind-icon" > Module< / span > < / li >
< li class = "tsd-kind-object-literal" > < span class = "tsd-kind-icon" > Object literal< / span > < / li >
< li class = "tsd-kind-variable" > < span class = "tsd-kind-icon" > Variable< / span > < / li >
< li class = "tsd-kind-function" > < span class = "tsd-kind-icon" > Function< / span > < / li >
< li class = "tsd-kind-function tsd-has-type-parameter" > < span class = "tsd-kind-icon" > Function with type parameter< / span > < / li >
< li class = "tsd-kind-index-signature" > < span class = "tsd-kind-icon" > Index signature< / span > < / li >
< li class = "tsd-kind-type-alias" > < span class = "tsd-kind-icon" > Type alias< / span > < / li >
< li class = "tsd-kind-type-alias tsd-has-type-parameter" > < span class = "tsd-kind-icon" > Type alias with type parameter< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-enum" > < span class = "tsd-kind-icon" > Enumeration< / span > < / li >
< li class = "tsd-kind-enum-member" > < span class = "tsd-kind-icon" > Enumeration member< / span > < / li >
< li class = "tsd-kind-property tsd-parent-kind-enum" > < span class = "tsd-kind-icon" > Property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-enum" > < span class = "tsd-kind-icon" > Method< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-interface" > < span class = "tsd-kind-icon" > Interface< / span > < / li >
< li class = "tsd-kind-interface tsd-has-type-parameter" > < span class = "tsd-kind-icon" > Interface with type parameter< / span > < / li >
< li class = "tsd-kind-constructor tsd-parent-kind-interface" > < span class = "tsd-kind-icon" > Constructor< / span > < / li >
< li class = "tsd-kind-property tsd-parent-kind-interface" > < span class = "tsd-kind-icon" > Property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-interface" > < span class = "tsd-kind-icon" > Method< / span > < / li >
< li class = "tsd-kind-index-signature tsd-parent-kind-interface" > < span class = "tsd-kind-icon" > Index signature< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-class" > < span class = "tsd-kind-icon" > Class< / span > < / li >
< li class = "tsd-kind-class tsd-has-type-parameter" > < span class = "tsd-kind-icon" > Class with type parameter< / span > < / li >
< li class = "tsd-kind-constructor tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Constructor< / span > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Method< / span > < / li >
< li class = "tsd-kind-accessor tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Accessor< / span > < / li >
< li class = "tsd-kind-index-signature tsd-parent-kind-class" > < span class = "tsd-kind-icon" > Index signature< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited" > < span class = "tsd-kind-icon" > Inherited constructor< / span > < / li >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-inherited" > < span class = "tsd-kind-icon" > Inherited property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class tsd-is-inherited" > < span class = "tsd-kind-icon" > Inherited method< / span > < / li >
< li class = "tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited" > < span class = "tsd-kind-icon" > Inherited accessor< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-protected" > < span class = "tsd-kind-icon" > Protected property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class tsd-is-protected" > < span class = "tsd-kind-icon" > Protected method< / span > < / li >
< li class = "tsd-kind-accessor tsd-parent-kind-class tsd-is-protected" > < span class = "tsd-kind-icon" > Protected accessor< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-private" > < span class = "tsd-kind-icon" > Private property< / span > < / li >
< li class = "tsd-kind-method tsd-parent-kind-class tsd-is-private" > < span class = "tsd-kind-icon" > Private method< / span > < / li >
< li class = "tsd-kind-accessor tsd-parent-kind-class tsd-is-private" > < span class = "tsd-kind-icon" > Private accessor< / span > < / li >
< / ul >
< ul class = "tsd-legend" >
< li class = "tsd-kind-property tsd-parent-kind-class tsd-is-static" > < span class = "tsd-kind-icon" > Static property< / span > < / li >
< li class = "tsd-kind-call-signature tsd-parent-kind-class tsd-is-static" > < span class = "tsd-kind-icon" > Static method< / span > < / li >
< / ul >
< / div >
< / div >
< / footer >
< div class = "container tsd-generator" >
< p > Generated using < a href = "http://typedoc.org/" target = "_blank" > TypeDoc< / a > < / p >
< / div >
< div class = "overlay" > < / div >
< script src = "../assets/js/main.js" > < / script >
< script > if ( location . protocol == 'file:' ) document . write ( '<script src="../assets/js/search.js"><' + '/script>' ) ; < / script >
< / body >
< / html >