OpenDecree TypeScript SDK - v0.3.0-alpha.1
GitHub
npm
Preparing search index...
Change
Interface Change
A configuration change event from a subscription.
interface
Change
{
changedBy
:
string
;
fieldPath
:
string
;
newValue
:
string
|
null
;
oldValue
:
string
|
null
;
version
:
number
;
}
Index
Properties
changed
By
field
Path
new
Value
old
Value
version
Properties
Readonly
changed
By
changedBy
:
string
Readonly
field
Path
fieldPath
:
string
Readonly
new
Value
newValue
:
string
|
null
Readonly
old
Value
oldValue
:
string
|
null
Readonly
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
changed
By
field
Path
new
Value
old
Value
version
GitHub
npm
OpenDecree TypeScript SDK - v0.3.0-alpha.1
Loading...
A configuration change event from a subscription.