Untitled

Anonymous
typescript
08/08/2023 6:09 AM
168 B
16
Indexable
export function onCustomButtonClick(sender: CustomButton, args: IEventArgs) {
    const cardId = sender.getService($CardId);
}
Editor is loading...