Marmot-TS
Preparing search index...
GroupRuntimeOptions
Type Alias GroupRuntimeOptions
type
GroupRuntimeOptions
=
{
audit
?:
AuditSink
;
auditContext
?:
AuditContextOptions
;
confirmPublished
:
(
pending
:
PendingState
)
=>
void
;
getGroupData
:
()
=>
MarmotGroupView
|
null
;
getGroupRef
:
()
=>
string
;
getNetwork
:
()
=>
NostrNetworkInterface
;
getRelays
:
()
=>
string
[]
|
undefined
;
log
?:
Debugger
;
publishFailed
:
(
pending
:
PendingState
)
=>
void
;
save
:
()
=>
Promise
<
void
>
;
welcomeDelivery
:
NostrWelcomeDelivery
;
}
Index
Client - Runtime
audit?
audit
Context?
confirm
Published
get
Group
Data
get
Group
Ref
get
Network
get
Relays
log?
publish
Failed
save
welcome
Delivery
Client - Runtime
Optional
audit
audit
?:
AuditSink
Optional
audit
Context
auditContext
?:
AuditContextOptions
confirm
Published
confirmPublished
:
(
pending
:
PendingState
)
=>
void
get
Group
Data
getGroupData
:
()
=>
MarmotGroupView
|
null
get
Group
Ref
getGroupRef
:
()
=>
string
get
Network
getNetwork
:
()
=>
NostrNetworkInterface
get
Relays
getRelays
:
()
=>
string
[]
|
undefined
Optional
log
log
?:
Debugger
publish
Failed
publishFailed
:
(
pending
:
PendingState
)
=>
void
save
save
:
()
=>
Promise
<
void
>
welcome
Delivery
welcomeDelivery
:
NostrWelcomeDelivery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Client - Runtime
audit
audit
Context
confirm
Published
get
Group
Data
get
Group
Ref
get
Network
get
Relays
log
publish
Failed
save
welcome
Delivery
Marmot-TS
Loading...