constructor Method
Constructor for ConditionalBooleanValue. It is important that the same ConditionalBooleanValue instance is not used by multiple UI item definitions in order that the control's state is always rendered correctly.
ConditionalBooleanValue(testFunc: () => boolean, syncEventIds: string[], value?: boolean): ConditionalBooleanValue
Returns - ConditionalBooleanValue
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.