Boatstack TypeScript SDK
Repository
Preparing search index...
@operatorstack/boatstack
StatePrecondition
Interface StatePrecondition
Requires a facet to hold one of the listed values before an effect runs.
interface
StatePrecondition
{
facet
:
string
;
values
:
string
[]
;
}
Index
Properties
facet
values
Properties
facet
facet
:
string
values
values
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
facet
values
Repository
Boatstack TypeScript SDK
Loading...
Requires a facet to hold one of the listed values before an effect runs.