Skip to content

Function: bindDeckToPath()

bindDeckToPath(model, base): void

Defined in: path-binding.ts:78

Bind a deck's slide control to the URL. Call from INSIDE a component (the Deck does it when given basePath) — the effect belongs to that reactive owner and unbinds when the page unmounts.

Parameters

model

DeckModel

base

string

Returns

void