Saxonberg Server API
Preparing search index...
mud/lib/social/NotifyRule
SetResult
Interface SetResult
Outcome of a
setRule
mutation — the stored rule + whether it was new.
interface
SetResult
{
created
:
boolean
;
rule
:
NotifyRule
;
}
Index
Properties
created
rule
Properties
created
created
:
boolean
rule
rule
:
NotifyRule
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created
rule
Saxonberg Server API
Loading...
Outcome of a
setRulemutation — the stored rule + whether it was new.