Home > @i2analyze/i2connect > services > IFormSection
services.IFormSection interface
A section of a form for an i2 Connect service.
Signature:
interface IFormSection
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
conditions | BasicForm | Gets the basic form that this section of the form contains. |
hide? | HidePredicate | (Optional) Gets whether this section is to be hidden from the user, based on information in the request. |
title | string | RequestSpecificValue<string> | Gets the title of this section of the form, to present to the user. |