Skip to content
Snippets Groups Projects
Unverified Commit e8489b91 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add documentation (dbp/apps/signature#32)

parent 151923cd
No related branches found
No related tags found
No related merge requests found
Pipeline #15875 passed
......@@ -129,6 +129,13 @@ export class AdapterLitElement extends LitElement {
// console.trace();
}
/**
* Send a set-property event to the provider components
*
* @param name
* @param value
* @returns {boolean}
*/
sendSetPropertyEvent(name, value) {
const event = new CustomEvent("set-property", {
bubbles: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment