Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Humane
Interface Humane
Index
Properties
addnCls
baseCls
clickToClose
error
forceNew
info
queue
timeout
waitForMove
Methods
create
log
remove
spawn
Properties
public
addnCls
:
string
public
baseCls
:
string
public
clickToClose
:
boolean
public
error
:
Function
public
forceNew
:
boolean
public
info
:
Function
public
queue
:
Array<string>
public
timeout
:
number
public
waitForMove
:
boolean
Methods
public
create
(
options
?:
HumaneOptions
)
:
Humane
Parameters
options?:
HumaneOptions
optional
Returns
Humane
public
log
(
message
:
string
)
:
Humane
Parameters
message:
string
Returns
Humane
public
log
(
message
:
string
, callback
:
Function
)
:
Humane
Parameters
message:
string
callback:
Function
Returns
Humane
public
log
(
message
:
string
, options
:
HumaneOptions
)
:
Humane
Parameters
message:
string
options:
HumaneOptions
Returns
Humane
public
log
(
message
:
string
, callback
:
Function
, options
:
HumaneOptions
)
:
Humane
Parameters
message:
string
callback:
Function
options:
HumaneOptions
Returns
Humane
public
log
(
listOfMessages
:
Array<any>
)
:
Humane
Parameters
listOfMessages:
Array<any>
Returns
Humane
public
remove
(
any
:
any
)
Parameters
any:
any
public
spawn
(
options
:
HumaneOptions
)
:
Function
Parameters
options:
HumaneOptions
Returns
Function
Globals