Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 583 Bytes

utils_create.md

File metadata and controls

27 lines (15 loc) · 583 Bytes

@phun-ky/frameport / utils/create

Module: utils/create

Functions

create

create(options): HTMLIFrameElement

Create an iframe element with specified options and styles.

Parameters

Name Type Description
options FrameportOptions The options for creating the iframe.

Returns

HTMLIFrameElement

  • The created iframe element.

Defined in

utils/create.ts:12