Home > @i2analyze/i2connect > spi > FormConfigSection
spi.FormConfigSection type
A section in a form that is presented to users.
Signature:
export type FormConfigSection = {
title?: string;
conditions?: Array<FormConfigCondition>;
};
References: FormConfigCondition