Home > @i2analyze/i2connect > services > IFormServiceConfig
services.IFormServiceConfig interface
A collection of properties that define whether a service requires user input, and how that input looks.
Signature:
interface IFormServiceConfig
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
form? | BasicForm | SectionedForm | (Optional) Gets the form definition, which configures a service to prompt for values that a user provides, subject to conditions that you specify. |
formIsMandatory? | boolean | (Optional) Indicates whether the form should be presented to the user even if there are no mandatory conditions. |