ประเภท MenuGenerator
อาร์เรย์ของตัวเลือกเมนูหรือฟังก์ชันที่สร้างอาร์เรย์ของตัวเลือกเมนูสำหรับ FieldDropdown หรือองค์ประกอบสืบทอด
ลายเซ็น:
export type MenuGenerator = MenuOption[] | MenuGeneratorFunction;
ข้อมูลอ้างอิง: MenuOption, MenuGeneratorFunction