Package elemental2.dom
Interface TrustedTypePolicyOptions
-
@JsType(isNative=true, namespace="<global>") public interface TrustedTypePolicyOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TrustedTypePolicyOptions.CreateHTMLFn
static interface
TrustedTypePolicyOptions.CreateScriptFn
static interface
TrustedTypePolicyOptions.CreateScriptURLFn
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TrustedTypePolicyOptions
create()
TrustedTypePolicyOptions.CreateHTMLFn
getCreateHTML()
TrustedTypePolicyOptions.CreateScriptFn
getCreateScript()
TrustedTypePolicyOptions.CreateScriptURLFn
getCreateScriptURL()
void
setCreateHTML(TrustedTypePolicyOptions.CreateHTMLFn createHTML)
void
setCreateScript(TrustedTypePolicyOptions.CreateScriptFn createScript)
void
setCreateScriptURL(TrustedTypePolicyOptions.CreateScriptURLFn createScriptURL)
-
-
-
Method Detail
-
create
@JsOverlay static TrustedTypePolicyOptions create()
-
getCreateHTML
@JsProperty TrustedTypePolicyOptions.CreateHTMLFn getCreateHTML()
-
getCreateScript
@JsProperty TrustedTypePolicyOptions.CreateScriptFn getCreateScript()
-
getCreateScriptURL
@JsProperty TrustedTypePolicyOptions.CreateScriptURLFn getCreateScriptURL()
-
setCreateHTML
@JsProperty void setCreateHTML(TrustedTypePolicyOptions.CreateHTMLFn createHTML)
-
setCreateScript
@JsProperty void setCreateScript(TrustedTypePolicyOptions.CreateScriptFn createScript)
-
setCreateScriptURL
@JsProperty void setCreateScriptURL(TrustedTypePolicyOptions.CreateScriptURLFn createScriptURL)
-
-