Untitled

mail@pastecode.io avatarunknown
typescript
2 months ago
126 B
0
Indexable
Never
export function onCustomButtonClick(sender: CustomButton, args: IEventArgs) {
    const cardId = sender.getService($CardId);
}