次の方法で共有


CustomCallControlButtonCallback type

カスタムの ControlBarButton と Control <xref:DrawerMenuItem> をレンダリングするための props を返すコールバック。

応答は、カスタムボタンを配置する場所を示します。

パフォーマンスに関するヒント: このコールバックは、コールバックまたはその引数が変更されたときにのみ呼び出されます。

type CustomCallControlButtonCallback = (
  args: CustomCallControlButtonCallbackArgs
) => CustomCallControlButtonProps