다음을 통해 공유


CustomCallControlButtonCallback type

사용자 정의 ControlBarButton 및 <xref:DrawerMenuItem>를 렌더링하기 위해 props를 반환하는 콜백입니다.

응답은 사용자 지정 단추를 배치해야 하는 위치를 나타냅니다.

성능 팁: 이 콜백은 콜백 또는 해당 인수가 변경될 때만 호출됩니다.

type CustomCallControlButtonCallback = (
  args: CustomCallControlButtonCallbackArgs
) => CustomCallControlButtonProps