rapid-sdk
Preparing search index...
@rapid-sdk/util
TagDiff
Interface TagDiff
Contains results from
utilTagDiff
for diffing old and new tags
interface
TagDiff
{
display
:
string
;
key
:
string
;
newVal
?:
string
|
null
;
oldVal
?:
string
|
null
;
type
:
string
;
}
Index
Properties
display
key
new
Val?
old
Val?
type
Properties
display
display
:
string
key
key
:
string
Optional
new
Val
newVal
?:
string
|
null
Optional
old
Val
oldVal
?:
string
|
null
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
key
new
Val
old
Val
type
rapid-sdk
Loading...
Contains results from
utilTagDifffor diffing old and new tags