Class: PageConstructorUtils
Defined in: src/sdk/fmc/AbstractFmcPage.ts:450
Utilities for the PageConstructor type
Methods
isPageConstructor()
static
isPageConstructor(input
):input is PageConstructor<any, any>
Defined in: src/sdk/fmc/AbstractFmcPage.ts:462
Returns whether a value is a PageConstructor
Parameters
Parameter | Type | Description |
---|---|---|
input | any | the value to test |
Returns
input is PageConstructor<any, any>
whether the value conforms to the type