• Preparing search index...
  • The search index is not available
@placeos/ts-client
  • @placeos/ts-client
  • execute

Function execute

  • execute<T = void>(
        options: PlaceExecRequestOptions,
        timeout_delay?: number,
        post?: (_: PlaceCommandRequest, t?: number) => Promise<T>,
    ): Promise<T>

    Execute method on the given system module

    Type Parameters

    • T = void

    Parameters

    • options: PlaceExecRequestOptions

      Exec request options

    • timeout_delay: number = REQUEST_TIMEOUT
    • post: (_: PlaceCommandRequest, t?: number) => Promise<T> = send

    Returns Promise<T>

    • Defined in realtime/functions.ts:267

Settings

Member Visibility
@placeos/ts-client
  • Loading...

Generated using TypeDoc