- Preparing search index...
- The search index is not available
TESSA Web API
Class ShadowPropsHelperHelper
Methods
add
- add<T, P>(target: T, propName: P, func: ShadowPropsFunc<T, P>, opt?: Partial<ShadowPropsOptions>): VoidFunction
-
Type Parameters
-
T
-
P extends string | number | symbol
Returns VoidFunction
getItems
- getItems<T, P>(target: T, propName: P): ReadonlyArray<ShadowPropsContainerItem<T, P>> | null
-
Type Parameters
-
T
-
P extends string | number | symbol
has
- has<T, P>(target: T, propName: P): boolean
-
Type Parameters
-
T
-
P extends string | number | symbol
Returns boolean