Types Type
Static members
| Static member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Backed by a string in JS. Provides static typing for F#
|
|
|
|
|
|
|
|
|
Full Usage:
Types.proptypekey returnType lockedType
Parameters:
WidgetBuilder<Type>
lockedType : WidgetBuilder<Type>
Returns: WidgetBuilder<Type>
|
|
|
|
Full Usage:
Types.proptypelock lockedType
Parameters:
WidgetBuilder<Type>
Returns: WidgetBuilder<Type>
|
|
|
|
Full Usage:
Types.record propertyType resultType
Parameters:
WidgetBuilder<Type>
resultType : WidgetBuilder<Type>
Returns: WidgetBuilder<Type>
|
|
|
|
|
|
Full Usage:
Types.typekeyof returnType object
Parameters:
WidgetBuilder<Type>
object : WidgetBuilder<Type>
Returns: WidgetBuilder<Type>
|
Backed by a string in JS. Provides static typing for F#
|
|
|
Full Usage:
Types.union types
Parameters:
WidgetBuilder<Type> seq
Returns: WidgetBuilder<Type>
|
|
|
|