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