Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 577 Bytes

atom.history.addlistener.md

File metadata and controls

25 lines (15 loc) · 577 Bytes

Home > @thi.ng/atom > History > addListener

History.addListener() method

Signature:

addListener(id: string, fn: Listener, scope?: any): boolean;

Parameters

Parameter Type Description
id string
fn Listener
scope any

Returns:

boolean