Skip to content

Documentation / @agentick/mcp / IframeLike

Interface: IframeLike

Defined in: client/apps.ts:68

Structural type for an iframe element. Avoids requiring DOM lib in tsconfig. Consumers in browser environments will pass a real HTMLIFrameElement.

Properties

contentWindow

contentWindow: any

Defined in: client/apps.ts:69

Released under the ISC License.