Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
realtime
RealtimeDetailState
Interface RealtimeDetailState<TFeature>
interface
RealtimeDetailState
<
TFeature
>
{
record
?:
RealtimeFeatureRecord
<
TFeature
>
;
status
:
"missing"
|
"present"
|
"deleted"
;
tombstone
?:
RealtimeFeatureTombstone
;
}
Type Parameters
TFeature
=
unknown
Index
Properties
record?
status
tombstone?
Properties
Optional
Readonly
record
record
?:
RealtimeFeatureRecord
<
TFeature
>
Readonly
status
status
:
"missing"
|
"present"
|
"deleted"
Optional
Readonly
tombstone
tombstone
?:
RealtimeFeatureTombstone
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
record
status
tombstone
@honua/sdk-js
Loading...