Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 407 Bytes

BackButtonProps.md

File metadata and controls

27 lines (14 loc) · 407 Bytes

@vkruglikov/react-telegram-web-app / BackButtonProps

Interface: BackButtonProps

The props type of BackButton.

Table of contents

Properties

Properties

onClick

Optional onClick: () => void

Type declaration

▸ (): void

The back button press event handler

Returns

void