Instance Property (Default implementation)sliemeobn.elementary 0.5.3Elementary
content
HtmlDocument.swift:45@HTMLBuilder var content: some HTML { get }@HTMLBuilder var content: some HTML { get }import Elementaryprotocol HTMLDocument : HTMLA type that represents a full HTML document.
@resultBuilder struct HTMLBuilderA result builder for building HTML components.
protocol HTML<Tag>A type that represents HTML content that can be rendered.
@HTMLBuilder var content: Self.Content { get }The HTML content of this component.
var dir: HTMLAttributeValue.Direction { get }The default value for the dir property is an empty string and will not be rendered in the HTML.
var lang: String { get }The default value for the lang property is an empty string and will not be rendered in the HTML.