Skip to content
TypeAliasTypes & Utilities@public

FlxSubStateCallback

Lifecycle callback invoked when a substate opens or closes.

ts
export type FlxSubStateCallback = () => void

Released under the MIT License.