selector property

String? selector
getter/setter pair

Optional CSS selector for an existing element to receive the HTML.

When omitted, HtmlContent writes into its own rendered wrapper element.

Implementation

String? selector;