Skip to content

Instantly share code, notes, and snippets.

@PFight
Created August 8, 2023 06:11
Show Gist options
  • Save PFight/fbbc76d1dd32a81318b730999b2baa81 to your computer and use it in GitHub Desktop.
Save PFight/fbbc76d1dd32a81318b730999b2baa81 to your computer and use it in GitHub Desktop.
export function onCustomButtonClick(sender: CustomButton, args: IEventArgs) {
const cardId = sender.getService($CardId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment