Home > @i2analyze/i2connect > spi > FormConfig
spi.FormConfig type
A form that is presented to users in the client.
Signature:
export type FormConfig = {
mandatory?: boolean;
sections: Array<FormConfigSection>;
};
References: FormConfigSection