Appearance
Represents a display.html component.
await io.display.html("Message body", { html: "<p>Hello, world!</p>", })
await io.display.html( "Message body", html="<p>Hello, world!</p>", )