b24jssdk-frame-ui
Installation
SKILL.md
b24jssdk frame UI
These managers exist only on B24Frame. None of them work for B24Hook or B24OAuth. Always init via:
import { initializeB24Frame } from '@bitrix24/b24jssdk'
const $b24 = await initializeB24Frame()
…and call $b24.destroy() when the page/component unmounts.
Slider — open paths and app pages
// 1. Open a portal path in a slider
const url = $b24.slider.getUrl('/crm/deal/details/1')
const status = await $b24.slider.openPath(url, /* width */ 1640)