Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Meta
IRollbackConfirmStore
Interface IRollbackConfirmStore
Public
interface
IRollbackConfirmStore
{
get
confirmButtonTitle
():
string
;
get
confirmMessage
():
string
;
get
confirmSize
():
SIZE
;
get
confirmTitle
():
string
;
get
isConfirmOpen
():
boolean
;
get
isDisableConfirm
():
boolean
;
get
isLoading
():
boolean
;
closeConfirm
(
)
:
void
;
handleConfirm
(
)
:
Promise
<
void
>
;
setLoading
(
loading
:
boolean
)
:
void
;
}
Hierarchy (
view full
)
ILoadingStore
IRollbackConfirmStore
IMetaRollbackStore
Index
Accessors
confirm
Button
Title
confirm
Message
confirm
Size
confirm
Title
is
Confirm
Open
is
Disable
Confirm
is
Loading
Methods
close
Confirm
handle
Confirm
set
Loading
Accessors
confirm
Button
Title
get
confirmButtonTitle
(
)
:
string
Returns
string
confirm
Message
get
confirmMessage
(
)
:
string
Returns
string
confirm
Size
get
confirmSize
(
)
:
SIZE
Returns
SIZE
confirm
Title
get
confirmTitle
(
)
:
string
Returns
string
is
Confirm
Open
get
isConfirmOpen
(
)
:
boolean
Returns
boolean
is
Disable
Confirm
get
isDisableConfirm
(
)
:
boolean
Returns
boolean
is
Loading
get
isLoading
(
)
:
boolean
Returns
boolean
Methods
close
Confirm
close
Confirm
(
)
:
void
Returns
void
handle
Confirm
handle
Confirm
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
set
Loading
set
Loading
(
loading
)
:
void
Parameters
loading
:
boolean
Returns
void
On This Page
Accessors
confirm
Button
Title
confirm
Message
confirm
Size
confirm
Title
is
Confirm
Open
is
Disable
Confirm
is
Loading
Methods
close
Confirm
handle
Confirm
set
Loading
Юниверс MDM SDK UI
Loading...
Public