Home Reference Source Test
public class | source

Timers

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public
public

clearInterval(key: *)

public

clearTimeout(key: *)

public

intervalExists(key: *): *

public

resetInterval(key: *, fn: *, intervalTime: *)

public

resetTimeout(key: *, fn: *, waitTime: *)

public

setInterval(key: *, fn: *, intervalTime: *)

public

setTimeout(key: *, fn: *, waitTime: *)

public

timeoutExists(key: *): *

Public Constructors

public constructor() source

Public Methods

public clearAll() source

public clearInterval(key: *) source

Params:

NameTypeAttributeDescription
key *

public clearTimeout(key: *) source

Params:

NameTypeAttributeDescription
key *

public intervalExists(key: *): * source

Params:

NameTypeAttributeDescription
key *

Return:

*

public resetInterval(key: *, fn: *, intervalTime: *) source

Params:

NameTypeAttributeDescription
key *
fn *
intervalTime *

public resetTimeout(key: *, fn: *, waitTime: *) source

Params:

NameTypeAttributeDescription
key *
fn *
waitTime *

public setInterval(key: *, fn: *, intervalTime: *) source

Params:

NameTypeAttributeDescription
key *
fn *
intervalTime *

public setTimeout(key: *, fn: *, waitTime: *) source

Params:

NameTypeAttributeDescription
key *
fn *
waitTime *

public timeoutExists(key: *): * source

Params:

NameTypeAttributeDescription
key *

Return:

*