@aleph-sdk/monorepo
Preparing search index...
message/src
AggregatePublishConfiguration
Type Alias AggregatePublishConfiguration<T>
type
AggregatePublishConfiguration
<
T
>
=
{
account
:
Account
;
address
?:
string
;
channel
?:
string
;
content
:
T
;
key
:
string
|
AggregateContentKey
;
storageEngine
?:
ItemType
;
sync
?:
boolean
;
}
Type Parameters
T
Index
Properties
account
address?
channel?
content
key
storage
Engine?
sync?
Properties
account
account
:
Account
Optional
address
address
?:
string
Optional
channel
channel
?:
string
content
content
:
T
key
key
:
string
|
AggregateContentKey
Optional
storage
Engine
storageEngine
?:
ItemType
Optional
sync
sync
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
account
address
channel
content
key
storage
Engine
sync
@aleph-sdk/monorepo
Loading...