EditorRenderTarget class
Target where rendered output of EditorRendererSource will be inserted
Providers:
EditorRenderer
-- renderer to use to convert EditorRendererSource.value to a DOM fragment
- Annotations
-
- @Directive(selector: '[editorRenderTarget]', exportAs: 'editorRenderTarget')
Constructors
- EditorRenderTarget(HtmlElement htmlElement, @SkipSelf() @Inject(EditorRenderer) EditorRenderer renderer)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- htmlElement → HtmlElement
-
final
-
onRender
→ Stream<
String> -
@Output('render')read-only
- renderer → EditorRenderer
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
ngOnDestroy(
) → void -
Executed before the directive is removed from the DOM and destroyed.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateRender(
String newTarget, {List< String> classes}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited