Preparing search index...
The search index is not available
@icrules/editor
@icrules/editor
ICRulesEditorProps
Interface ICRulesEditorProps
interface
ICRulesEditorProps
{
facts
:
any
;
onChange
?:
(
(
RuleGroup
)
=>
void
)
;
options
?:
RulesEditorOptions
;
rules
:
RuleGroup
;
}
Index
Properties
facts
on
Change?
options?
rules
Properties
facts
facts
:
any
Optional
on
Change
on
Change
?:
(
(
RuleGroup
)
=>
void
)
Type declaration
(
RuleGroup
)
:
void
Parameters
RuleGroup
:
any
Returns
void
Optional
options
options
?:
RulesEditorOptions
rules
rules
:
RuleGroup
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
facts
on
Change
options
rules
@icrules/editor
Loading...