NavigationBlocker
@firecms/core / NavigationBlocker
Type Alias: NavigationBlocker
Section titled “Type Alias: NavigationBlocker”NavigationBlocker =
object
Defined in: types/navigation.ts:173
Properties
Section titled “Properties”isBlocked()
Section titled “isBlocked()”isBlocked: (
path) =>boolean
Defined in: types/navigation.ts:175
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean
proceed()?
Section titled “proceed()?”
optionalproceed: () =>void
Defined in: types/navigation.ts:176
Returns
Section titled “Returns”void
reset()?
Section titled “reset()?”
optionalreset: () =>void
Defined in: types/navigation.ts:177
Returns
Section titled “Returns”void
updateBlockListener()
Section titled “updateBlockListener()”updateBlockListener: (
path,block,basePath?) => () =>void
Defined in: types/navigation.ts:174
Parameters
Section titled “Parameters”string
boolean
basePath?
Section titled “basePath?”string
Returns
Section titled “Returns”():
void
Returns
Section titled “Returns”void