AdaptableFormLayoutHow an AdaptableForm's fields are visually arranged TypeScriptexport type AdaptableFormLayout = 'rows' | 'inline';PreviousAdaptableFormFieldTypeNextAdaptableFrameworkComponent