Skip to main content

editor

import { Editor } from '@xobuilder/editor';

isSection

Kiểm tra 1 element có phải là section hay không

Editor.isSection()

getSections

Lấy tất cả section ra

const sections = Editor.getSections()

useDevice

Lấy device đang active, và setDevice cho preview iframe

const { device, setDevice } = Editor.useDevice();