[Feature] Provide onclick event (function) for match #80
yongshun950824
started this conversation in
Ideas
Replies: 1 comment 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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