@playform/inline - v0.1.4
Preparing search index...
Beasties
Interface
Interface Interface
interface
Interface
{
trace
?:
(
message
:
string
)
=>
void
;
debug
?:
(
message
:
string
)
=>
void
;
info
?:
(
message
:
string
)
=>
void
;
warn
?:
(
message
:
string
)
=>
void
;
error
?:
(
message
:
string
)
=>
void
;
}
Index
Properties
trace?
debug?
info?
warn?
error?
Properties
Optional
trace
trace
?:
(
message
:
string
)
=>
void
Optional
debug
debug
?:
(
message
:
string
)
=>
void
Optional
info
info
?:
(
message
:
string
)
=>
void
Optional
warn
warn
?:
(
message
:
string
)
=>
void
Optional
error
error
?:
(
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
trace
debug
info
warn
error
@playform/inline - v0.1.4
Loading...