[Feature] Provide onclick event (function) for match #80
Closed
yongshun950824
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
Actually the onclick event already exists: Currently it's a class property so you need to set it directly. But I like your idea of passing it as a prop in the settings. I won't do it for now because I don't have the time and it's not a high priority issue since it already exists. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature:
Provide on-click event (function) for match.
Description:
When clicking the match / or any team (within the redbox as the attached screenshot), able to perform the action as provided Javascript/Typescript function.
Coding & Concept:
Settings for bracketsViewer
Method to be passed with expected to receive
match
as an input parameter.Able to get the
match
info asMatch
(class) structure.Ideas:
Flow:

a. Toornament Bracket Match to be clicked.
b. After the click, redirect to next page.

Beta Was this translation helpful? Give feedback.
All reactions