Class: MapStatePropertiesMixin

@aofl/map-state-properties-mixin. MapStatePropertiesMixin

Mixes the superClass with MapStatePropertiesMixin. It subscribes to store on connectedCallback and calls mapStateProperties before element is connected to initialize the values. It requires the instance to have `storeInstance` and override mapStateProperties.

Extends

  • superClass

Methods


connectedCallback(args)

Parameters:
Name Type Argument Description
args * <repeatable>
Source:

disconnectedCallback(args)

Parameters:
Name Type Argument Description
args * <repeatable>
Source:

<protected> mapStateProperties()

Override this class to map state properties
Source: