Skip to main content

Class: PageConstructorUtils

Utilities for the PageConstructor type

Methods

isPageConstructor

isPageConstructor(input): input is PageConstructor<any, any>

Returns whether a value is a PageConstructor

Parameters

NameTypeDescription
inputanythe value to test

Returns

input is PageConstructor<any, any>

whether the value conforms to the type

Defined in

src/sdk/fmc/AbstractFmcPage.ts:462