Preparing search index...
The search index is not available
@icrules/editor
@icrules/editor
RuleGroupEditorProps
Interface RuleGroupEditorProps
interface
RuleGroupEditorProps
{
FactsEditor
?:
FC
<
FactsEditorProps
>
;
depth
?:
number
;
extra
?:
any
;
facts
?:
any
;
index
?:
number
;
onChange
?:
(
(
RuleGroup
,
index
,
parentIndex
?
)
=>
void
)
;
rules
?:
RuleGroup
;
showFactsEditor
?:
boolean
;
}
Index
Properties
Facts
Editor?
depth?
extra?
facts?
index?
on
Change?
rules?
show
Facts
Editor?
Properties
Optional
Facts
Editor
Facts
Editor
?:
FC
<
FactsEditorProps
>
Optional
depth
depth
?:
number
Optional
extra
extra
?:
any
Optional
facts
facts
?:
any
Optional
index
index
?:
number
Optional
on
Change
on
Change
?:
(
(
RuleGroup
,
index
,
parentIndex
?
)
=>
void
)
Type declaration
(
RuleGroup
,
index
,
parentIndex
?
)
:
void
Parameters
RuleGroup
:
any
index
:
any
Optional
parentIndex
:
any
Returns
void
Optional
rules
rules
?:
RuleGroup
Optional
show
Facts
Editor
show
Facts
Editor
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Facts
Editor
depth
extra
facts
index
on
Change
rules
show
Facts
Editor
@icrules/editor
Loading...