Skip to content

Commit

Permalink
Update contact.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent b9c6f95 commit bbe07c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/demo/src/app/model/contact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ export class Contact {
}),
]],
}),
new PropertyConfiguration({
label: 'Fancy Button',
propertyType: 'button',
setValueFunction: (data: any, value: any) => {
alert('The fancy button has been clicked!');
},
}),
]],
}),
new PropertyConfigurationSeparator(),
Expand Down

0 comments on commit bbe07c9

Please sign in to comment.