Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
introspection
ReconcileResult
Interface ReconcileResult
Result of reconciliation between local and remote state
interface
ReconcileResult
{
toCreate
:
ParsedNode
[]
;
toDelete
:
RemoteAsset
[]
;
toUpdate
:
ParsedNode
[]
;
unchanged
:
ParsedNode
[]
;
}
Index
Properties
to
Create
to
Delete
to
Update
unchanged
Properties
to
Create
to
Create
:
ParsedNode
[]
to
Delete
to
Delete
:
RemoteAsset
[]
to
Update
to
Update
:
ParsedNode
[]
unchanged
unchanged
:
ParsedNode
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Create
to
Delete
to
Update
unchanged
Tidyscripts Docs
Loading...
Result of reconciliation between local and remote state