SanitizerConfig constructor
SanitizerConfig({
- JSArray<
SanitizerElementWithAttributes> elements, - JSArray<
SanitizerElement> removeElements, - JSArray<
SanitizerElement> replaceWithChildrenElements, - JSArray<
SanitizerAttribute> attributes, - JSArray<
SanitizerAttribute> removeAttributes, - bool comments,
- 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,
});