Interface SubscriptionHandle
Less than 1 minute
Interface SubscriptionHandle
Declared in
packages/core/echo/echo-schema/dist/types/src/database-router.d.ts
Properties
selectedIds
Type: Set<string>
subscribed
Type: boolean
unsubscribe
Type: function
update
Type: function