Skip to content

Commit

Permalink
pb-facs-link: Update jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Nov 20, 2020
1 parent 00e15d9 commit 48c04e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pb-facs-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export class PbFacsLink extends pbMixin(LitElement) {
coordinates: {
type: Array
},
/** Type of event which should trigger the facsimile to display. Either 'click' or 'mouseover' */
/**
* Type of event which should trigger the facsimile to display.
* Either 'click' or 'mouseover' (default). */
trigger: {
type: String
},
Expand Down

0 comments on commit 48c04e8

Please sign in to comment.