Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
OrCondition
Interface OrCondition
An or condition.
interface
OrCondition
{
conditions
:
Condition
[]
;
type
:
"OR"
;
}
Hierarchy (
view full
)
ComposableCondition
OrCondition
Index
Properties
conditions
type
Properties
conditions
conditions
:
Condition
[]
type
type
:
"OR"
The type of condition.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
conditions
type
JSON Forms Core
Loading...
An or condition.