x4js - v2.2.49
    Preparing search index...

    Class UnsafeHtml

    a way to explain that the given string may be unsafe but must be treated a string

    label.setText( unsafehtml`<b>Bold</b> text` );
    label.setText( new UnsafeHtml("<b>Bold</b> text`" ) );

    Hierarchy

    • String
      • UnsafeHtml

    Indexable

    • readonly [index: number]: string
    Index