modal
    Preparing search index...

    Class Function_

    Represents a deployed Modal Function, which can be invoked remotely.

    Index

    Properties

    functionId: string
    methodName?: string

    Methods

    • URL for addressing the Web Function via HTTP.

      Returns Promise<undefined | string>

      The web URL, or undefined if this is not a Web Function

    • Parameters

      • args: any[] = []
      • kwargs: Record<string, any> = {}

      Returns Promise<any>