@Cards-TS
Preparing search index...
@cards-ts/core
ControllerHandlerState
Type Alias ControllerHandlerState<T>
ControllerHandlerState
:
{
[
key
in
keyof
T
]
:
T
[
key
]
extends
AbstractController
<
any
,
any
,
any
>
?
ReturnType
<
T
[
key
]
[
"getFor"
]
>
:
never
}
Gets the handler state of controllers
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@Cards-TS
Loading...
Gets the handler state of controllers