EmbedSurfaceOptions
Options for Platform.embedSurface.
Properties
Section titled “Properties”mount: HTMLElement;Host element the nested surface iframe is mounted into (inline in your UI).
params?
Section titled “params?”optional params?: Record<string, unknown>;Initial params scoping the surface; structured-clone-serializable.
providerId
Section titled “providerId”providerId: string;The app that provides the surface (e.g. "billing").
surfaceName
Section titled “surfaceName”surfaceName: string;The provider’s declared surface name (e.g. "invoice-list").