@cobaltio/cobalt-js
Preparing search index...
RuleOptions
Interface RuleOptions
interface
RuleOptions
{
conditional_code_stdout
?:
string
[]
;
error
?:
{
message
?:
string
;
stack
?:
string
}
;
rule_column
:
{
operator
:
{
name
:
string
;
options
:
Label
[]
;
type
:
"select"
}
;
rhs
:
{
name
:
string
;
options
?:
Label
[]
;
type
:
"text"
|
"select"
}
;
}
;
}
Index
Properties
conditional_
code_
stdout?
error?
rule_
column
Properties
Optional
conditional_
code_
stdout
conditional_code_stdout
?:
string
[]
Optional
error
error
?:
{
message
?:
string
;
stack
?:
string
}
rule_
column
rule_column
:
{
operator
:
{
name
:
string
;
options
:
Label
[]
;
type
:
"select"
}
;
rhs
:
{
name
:
string
;
options
?:
Label
[]
;
type
:
"text"
|
"select"
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conditional_
code_
stdout
error
rule_
column
@cobaltio/cobalt-js
Loading...