Skip to main content

Callback.NativeCommandFunction

Function used in "NativeCommand" callback.

Callable

  • NativeCommandFunction(command: string): void

  • Parameters

    • command: string

      command that was entered or null if no command was providen

    Returns void