Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Meta
UEDifferenceViewMeta
Interface UEDifferenceViewMeta
Public
interface
UEDifferenceViewMeta
{
canRollback
?:
(
(
comparisonStore
:
RevisionComparisonStore
<
any
,
any
,
any
>
,
revision
:
ModelRevision
,
activeRevision
:
number
)
=>
boolean
)
;
rollbackComponent
?:
ComponentType
<
IRollbackProps
<
Record
<
string
,
any
>
>
>
;
rollbackStore
?:
(
(
comparisonStore
:
RevisionComparisonStore
<
any
,
any
,
any
>
)
=>
(
(
revisionData
?:
ModelRevision
)
=>
IMetaRollbackStore
<
Record
<
string
,
any
>
>
)
)
;
}
Index
Properties
can
Rollback?
rollback
Component?
rollback
Store?
Properties
Optional
can
Rollback
can
Rollback
?:
(
(
comparisonStore
:
RevisionComparisonStore
<
any
,
any
,
any
>
,
revision
:
ModelRevision
,
activeRevision
:
number
)
=>
boolean
)
Optional
rollback
Component
rollback
Component
?:
ComponentType
<
IRollbackProps
<
Record
<
string
,
any
>
>
>
Optional
rollback
Store
rollback
Store
?:
(
(
comparisonStore
:
RevisionComparisonStore
<
any
,
any
,
any
>
)
=>
(
(
revisionData
?:
ModelRevision
)
=>
IMetaRollbackStore
<
Record
<
string
,
any
>
>
)
)
On This Page
Properties
can
Rollback
rollback
Component
rollback
Store
Юниверс MDM SDK UI
Loading...
Public