IConditionOr
Home > @gooddata/sdk-model > IConditionOr
IConditionOr interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
OR condition — at least one of the nested conditions must be satisfied.
Signature:
export interface IConditionOr<T>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Array<Condition<T>> |
(ALPHA) |