Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 388 Bytes

event_get.md

File metadata and controls

10 lines (7 loc) · 388 Bytes

get ➡ ( path, value )

Triggered before a .get() (or any alias) return. The triggered listener receives the normalized path and the value found.

Parameter Description
path See ../core/get.md for more information
value See ../core/get.md for more information

See Cldr.on() or .on() for example.