Scripting Object APItype-aliasesFormDescriptorOn this pageFormDescriptor type FormDescriptor = { id: string; name: string;}; metadata about the form descriptor Properties id id: string; unique id of the form name name: string; name of the form