Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Network
BaseOp
Class BaseOp<RESP, RESULT>
Abstract
Public
Type Parameters
RESP
RESULT
=
never
Hierarchy (
view full
)
BaseOp
BaseHttpOp
Index
Constructors
constructor
Properties
operation
Id
Methods
execute
success
Constructors
Protected
constructor
new
Base
Op
<
RESP
,
RESULT
>
(
)
:
BaseOp
<
RESP
,
RESULT
>
Type Parameters
RESP
RESULT
=
never
Returns
BaseOp
<
RESP
,
RESULT
>
Properties
Protected
Static
operation
Id
operation
Id
:
number
Methods
Abstract
execute
execute
(
)
:
Promise
<
Response
<
RESP
,
RESULT
>
>
Returns
Promise
<
Response
<
RESP
,
RESULT
>
>
Protected
Abstract
success
success
(
result
)
:
Promise
<
Response
<
RESP
,
RESULT
>
>
Parameters
result
:
AxiosResponse
<
RESP
,
any
>
Returns
Promise
<
Response
<
RESP
,
RESULT
>
>
On This Page
Constructors
constructor
Properties
operation
Id
Methods
execute
success
Юниверс MDM SDK UI
Loading...
Public