Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IApplicationContext

Hierarchy

  • IApplicationContext

Index

Properties

allowHtmlValuesInSelection

allowHtmlValuesInSelection: function

Gets whether to display HTML property values in the selection panel (provided via mount option)

since

0.11

memberof

IApplicationContext

Type declaration

    • (): boolean
    • Returns boolean

getHTMLCleaner

getHTMLCleaner: function

Gets a HTML sanitization function (if provided via mount option)

since

0.11

memberof

IApplicationContext

Type declaration

    • (): undefined | function
    • Returns undefined | function

Generated using TypeDoc