Where can I find documentation on the contents of event for something like onIonChange event? I tried searching ionic documentation, but can’t find anything using the search function.
i.e. <IonSegment value={currentPage} onIonChange={(event) => event.whatPropertiesCanIUseHere???}>
The README tells you that is a CustomEvent<SegmentChangeEventDetail>, and the interface file for the component tells you that a SegmentChangeEventDetail looks like so:
Thank you! You guys created a wonderful thing. I don’t have enough $$ to subscribe to one of your paid plans yet, but if I can support you another way, please let me know.