We are still updating this page. Some data may be missing here — we will complete it shortly.
initializeB24Frame(): Promise<B24Frame>
The initializeB24Frame function is designed to initialize a B24Frame object, which is used for working with Bitrix24 applications.
It manages the initialization process and handles potential connection errors.
Supports repeated calls until initialization is complete, using a callback queue.
Return Value
Promise<B24Frame>: Returns a promise that resolves to aB24Frameobject upon successful initialization.
Usage
import { initializeB24Frame } from '@bitrix24/b24jssdk'
Introduction
Designed for managing Bitrix24 applications running inside a placement iframe. Inherits from AbstractB24 and exposes managers for authentication, parent-window messaging, sliders, dialogs, placements, and options.
Auth
Designed for managing authentication in Bitrix24 applications. It handles authentication data received from the parent window and provides methods for updating and retrieving this data.