furo-app-flow

furo-app-flow #

@furo/route v2.6.13
import '@furo/route/src/furo-app-flow.js';
exports FuroAppFlow js
exports <furo-app-flow> custom-element-definition
superclass LitElement

summary Application Flow => routing

furo-app-flow triggers the flow events for the app-flow-router.

Attributes and Properties #

qp #

Deprecated, use the setQp method instead

display #

default: 'none'



event #

event String

Name of your app-flow event object

i.e. ’task-clicked’, ‘wizard-step1-completed’,…

Events #

app-flow #

at-app-flowdata

App-flow event with app-flow object will be fired when you trigger the emit function.

Methods #

setQp #

setQp(qp Object ) ⟹ void

Object fn-set-qp

Use this to explicitly set the query params.

This is useful if you use the trigger method.

  • qp Object with key value pairs

trigger #

trigger() ⟹ void

*fn-trigger

Triggers the flow event (with the qp that was set before)



emit #

emit(queryParams `` QueryParam object|QueryParams ) ⟹ void

`` object|QueryParams fn-emit

fire the app-flow event

  • queryParams
  • QueryParam Object