Skip to content
InterfaceTypes & Utilities@public

FlxActionBindingsData

Versioned binding schema returned by link.

ts
export interface FlxActionBindingsData

Properties

PropertyModifiersTypeDescription
bindingsreadonlyreadonly { readonly action: string; readonly sources: readonly FlxActionSource[]; }[]-
versionreadonly1-

Released under the MIT License.