v1.1.0

B24Frame Initialization

Function is designed to initialize a B24Frame
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 a B24Frame object upon successful initialization.

Usage

import { initializeB24Frame } from '@bitrix24/b24jssdk'