SanitizerConfig constructor

SanitizerConfig({
  1. JSArray<SanitizerElementWithAttributes> elements,
  2. JSArray<SanitizerElement> removeElements,
  3. JSArray<SanitizerElement> replaceWithChildrenElements,
  4. JSArray<SanitizerAttribute> attributes,
  5. JSArray<SanitizerAttribute> removeAttributes,
  6. bool comments,
  7. bool dataAttributes,
})

Implementation

external factory SanitizerConfig({
  JSArray<SanitizerElementWithAttributes> elements,
  JSArray<SanitizerElement> removeElements,
  JSArray<SanitizerElement> replaceWithChildrenElements,
  JSArray<SanitizerAttribute> attributes,
  JSArray<SanitizerAttribute> removeAttributes,
  bool comments,
  bool dataAttributes,
});