Adapters

Type class

Allows to dynamically modify setting value of its target element.

Click here for more info

Sources

This information about Adapters is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.

Inheritance

Adapters does not extend any other symbol.

Adapters is not extended by any other symbol.

Settings

Adapters does not have any settings.

Private settings

Adapters does not have any private settings.

Properties

Adapters does not have any properties.

Methods

add(

key: Key,
callback: ( value: [""], target: E, key: Key) => [""]

)

#

Returns IDisposer

Add a function (callback) that will modify value for setting key.

Click here for more info

constructor(

entity: E

)

#

Returns Adapters

disable(

key: Key

)

#

Returns void

Disables all adapters for specific key.

@since 5.1.0

enable(

key: Key

)

#

Returns void

Enables (previously disabled) adapters for specific key.

@since 5.1.0

remove(

key: Key

)

#

Returns void

Removes all adapters for the specific key.

@since 5.1.0

Events

Adapters does not have any events.