Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
sui
SuiPlugin
Class SuiPlugin
Hierarchy
Plugin
SuiPlugin
Index
Constructors
constructor
Properties
handlers
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
process
Sui
Event
process
Sui
Function
Call
process
Sui
Object
process
Sui
Object
Change
shutdown
Server
start
start
Server
state
Diff
Constructors
constructor
new
SuiPlugin
()
:
SuiPlugin
Returns
SuiPlugin
Properties
handlers
handlers
:
Handlers
= ...
name
name
:
string
= 'SuiPlugin'
supported
Handlers
supportedHandlers
:
HandlerType
[]
= ...
Methods
configure
configure
(
config
:
ProcessConfigResponse
)
:
Promise
<
void
>
Parameters
config
:
ProcessConfigResponse
Returns
Promise
<
void
>
preprocess
Binding
preprocessBinding
(
request
:
DataBinding
,
preprocessStore
:
{
[
k
:
string
]:
any
}
,
)
:
Promise
<
PreprocessResult
>
Parameters
request
:
DataBinding
preprocessStore
:
{
[
k
:
string
]:
any
}
Returns
Promise
<
PreprocessResult
>
process
Binding
processBinding
(
request
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
request
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Sui
Event
processSuiEvent
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Sui
Function
Call
processSuiFunctionCall
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Sui
Object
processSuiObject
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
process
Sui
Object
Change
processSuiObjectChange
(
binding
:
DataBinding
)
:
Promise
<
ProcessResult
>
Parameters
binding
:
DataBinding
Returns
Promise
<
ProcessResult
>
shutdown
Server
shutdownServer
()
:
void
method used by action server only
Returns
void
start
start
(
request
:
StartRequest
)
:
Promise
<
void
>
Parameters
request
:
StartRequest
Returns
Promise
<
void
>
start
Server
startServer
(
port
?:
number
)
:
Promise
<
void
>
method used by action server only
Parameters
Optional
port
:
number
Returns
Promise
<
void
>
state
Diff
stateDiff
(
config
:
ProcessConfigResponse
)
:
boolean
Parameters
config
:
ProcessConfigResponse
Returns
boolean
Deprecated
The method should not be used, use ctx.states instead
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
handlers
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
process
Sui
Event
process
Sui
Function
Call
process
Sui
Object
process
Sui
Object
Change
shutdown
Server
start
start
Server
state
Diff
@sentio/sdk
Loading...
method used by action server only