Skip to content

Crosstab action flag #12

@hstom

Description

@hstom

in this blob of code

  var statePartial = {}

  statePartial[keyspace] = e.newValue

  persistor.rehydrate(statePartial, {serial: true})

it would be nice if there could be configured a flag or blob to be added to the statePartial so that cross tab rehydrates could be differentiated from page load rehydrates i.e.

if(showFlag){ statePartial._CROSSTAB_REHYDRATE_ = true }

or something like that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions