UNPKG
@pipedream/lightpanda
Version:
latest (0.0.1)
0.0.1
Pipedream Lightpanda Components
pipedream.com/apps/lightpanda
@pipedream/lightpanda
/
lightpanda.app.mjs
11 lines
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
{
type
:
"app"
,
app
:
"lightpanda"
,
propDefinitions
: {},
methods
: {
// this.$auth contains connected account data
authKeys
(
) {
console
.
log
(
Object
.
keys
(
this
.
$auth
)); }, }, };