Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
CorePlugin
Class CorePlugin
Hierarchy
Plugin
CorePlugin
Index
Constructors
constructor
Properties
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
shutdown
Server
start
start
Server
state
Diff
Constructors
constructor
new
CorePlugin
()
:
CorePlugin
Returns
CorePlugin
Properties
name
name
:
string
= 'CorePlugin'
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
,
preparedData
:
undefined
|
PreparedData
,
)
:
Promise
<
ProcessResult
>
Parameters
request
:
DataBinding
preparedData
:
undefined
|
PreparedData
Returns
Promise
<
ProcessResult
>
shutdown
Server
shutdownServer
()
:
void
method used by action server only
Returns
void
start
start
(
start
:
StartRequest
)
:
Promise
<
void
>
Parameters
start
:
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
name
supported
Handlers
Methods
configure
preprocess
Binding
process
Binding
shutdown
Server
start
start
Server
state
Diff
@sentio/sdk
Loading...
method used by action server only