Cloud Keys 2020 Node.js Edition

Questions / Feedback?

LabelList Event

Fires once for each label returned when a key's information is retrieved.

Syntax

googlekms.on('LabelList', [callback])

Callback

The 'callback' is called when the 'LabelList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.keyName
e.name
e.value

Remarks

This event fires once for each label returned when GetKeyInfo is called.

KeyName reflects the name of the key.

Name reflects the name of the label.

Value reflects the value of the label.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Node.js Edition - Version 20.0 [Build 8157]