Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 1.38 KB

dom.componentParams.md

File metadata and controls

53 lines (29 loc) · 1.38 KB

$dom.component / $dom / componentParams

Interface: componentParams

$dom.componentParams

Options for {@link}

Table of contents

Properties

Properties

mapUpdate

Optional mapUpdate: (data: object) => object

Type declaration

▸ (data): object

This function (if defined) remap update(DATA) to varibales used in keys attrs.onupdate … see method update.

Parameters
Name Type
data object
Returns

object


namespace_group

Optional namespace_group: "" | "SVG"

This parameter provides ability to defined elements for diferent namespaceURIs. Use "SVG" for "http://www.w3.org/2000/svg" (full list Important Namespace URIs).


safe_el_name_only

Optional safe_el_name_only: boolean

This parameter provides ability to disable long components names like empty, fragment – see module:jaaJSU~$dom.cEL_NAME.