ElementRenderable

public protocol ElementRenderable

Designates an object as capable of being rendered into HTML.

  • The element the is at the top level for the object. Example: If there is a form, the top level element would be the UIElement that is form.

    Declaration

    Swift

    var topLevelElement: UIElement