Functions
booleanValueOrPredicate
- booleanValueOrPredicate(x: any, key: symbol, callerArgs: any): function
-
Parameters
-
x: any
-
key: symbol
-
callerArgs: any
Returns function
getStaticOrDynamicValue
- getStaticOrDynamicValue(target: any, propertyKey: string, key: symbol): any
-
Parameters
-
target: any
-
propertyKey: string
-
key: symbol
Returns any
getStaticOrDynamicValueWithRootComponent
- getStaticOrDynamicValueWithRootComponent(target: any, root: any, propertyKey: string, key: symbol): any
-
Parameters
-
target: any
-
root: any
-
propertyKey: string
-
key: symbol
Returns any
meta
-
Type parameters
Returns object
-
def: function
-
-
Parameters
Returns function
-
get: function
-
- (target: any, propertyKey: string): P
-
Parameters
-
target: any
-
propertyKey: string
Returns P
stringValueOrPredicate
- stringValueOrPredicate(x: any, key: symbol, callerArgs: any): function
-
Parameters
-
x: any
-
key: symbol
-
callerArgs: any
Returns function