Skip to main content

component-WebView

WebView

type WebView = {
id?: string;
children?: Component[];
instance_id: string;
}

WebView component renders a website using Chromium.

Properties

  • id - Id of a component.

  • children - List of component's children.

  • instance_id - Id of a web renderer instance. It identifies an instance registered using a register web renderer request.

    warning

    You can only refer to specific instances in one Component at a time.