@refinio/one.models
Preparing search index...
models/ChannelManager
ObjectData
Type Alias ObjectData<T>
Type stores the metadata and the data for a query result.
type
ObjectData
<
T
=
unknown
>
=
{
author
?:
SHA256IdHash
<
Person
>
;
channelEntryHash
:
SHA256Hash
<
LinkedListEntry
>
;
channelId
:
string
;
channelOwner
?:
SHA256IdHash
<
Person
>
;
creationTime
:
Date
;
creationTimeHash
:
SHA256Hash
<
CreationTime
>
;
data
:
T
;
dataHash
:
SHA256Hash
<
T
extends
OneObjectTypes
?
T
:
OneObjectTypes
>
;
id
:
string
;
sharedWith
:
SHA256IdHash
<
Person
>
[]
;
}
Type Parameters
T
=
unknown
Index
Properties
author?
channel
Entry
Hash
channel
Id
channel
Owner?
creation
Time
creation
Time
Hash
data
data
Hash
id
shared
With
Properties
Optional
author
author
?:
SHA256IdHash
<
Person
>
channel
Entry
Hash
channelEntryHash
:
SHA256Hash
<
LinkedListEntry
>
channel
Id
channelId
:
string
Optional
channel
Owner
channelOwner
?:
SHA256IdHash
<
Person
>
creation
Time
creationTime
:
Date
creation
Time
Hash
creationTimeHash
:
SHA256Hash
<
CreationTime
>
data
data
:
T
data
Hash
dataHash
:
SHA256Hash
<
T
extends
OneObjectTypes
?
T
:
OneObjectTypes
>
id
id
:
string
shared
With
sharedWith
:
SHA256IdHash
<
Person
>
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
author
channel
Entry
Hash
channel
Id
channel
Owner
creation
Time
creation
Time
Hash
data
data
Hash
id
shared
With
@refinio/one.models
Loading...
Type stores the metadata and the data for a query result.