StateKeys<T>: keyof T

Type-safe keys for state properties within a StateBean.

Type Parameters

  • T extends Record<string, StatePropertyTypes>

    The state property type mapping