Bagikan melalui


CustomCallControlButtonCallback type

Callback yang mengembalikan props untuk merender ControlBarButton kustom dan <xref:DrawerMenuItem>.

Respons menunjukkan di mana tombol kustom harus ditempatkan.

Kiat performa: Callback ini hanya dipanggil saat callback atau argumennya berubah.

type CustomCallControlButtonCallback = (
  args: CustomCallControlButtonCallbackArgs
) => CustomCallControlButtonProps