BLOCK_HEIGHT_CHANGED
Parameter
Description
Example
neoline.addEventListener(neoline.EVENT.BLOCK_HEIGHT_CHANGED, (result) => {
console.log('block height:', result);
});
/* Another */
window.addEventListener('NEOLine.NEO.EVENT.BLOCK_HEIGHT_CHANGED', (result) => {
console.log('block height:', result.detail);
});最后更新于