Appearance
Tapestry API
createState<T>(stateName, initialValue): State<T>
T
stateName
initialValue
State
Defined in: types.d.ts:86
Creates a new reactive state instance.
string
Unique name for the state.
Initial value of the state.
State<T>