micro:bit tech site
GitHub
Preparing search index...
The search index is not available
micro:bit connection library
micro:bit connection library
LoggingEvent
Interface LoggingEvent
(c) 2024, Micro:bit Educational Foundation and contributors
SPDX-License-Identifier: MIT
interface
LoggingEvent
{
detail
?:
any
;
message
?:
string
;
type
:
string
;
value
?:
number
;
}
Index
Properties
detail?
message?
type
value?
Properties
Optional
detail
detail
?:
any
Optional
message
message
?:
string
type
type
:
string
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
message
type
value
micro:bit tech site
GitHub
micro:bit connection library
Loading...
(c) 2024, Micro:bit Educational Foundation and contributors
SPDX-License-Identifier: MIT