Variable AeSdkBase

AeSdkBase: (new (options?: { compilerUrl?: string; ignoreVersion?: boolean; nodes?: { instance: Node; name: string }[]; [key: string]: any }) => <internal>.AeSdkBase & AeSdkBaseMethods)

Type declaration

    • new (options?: { compilerUrl?: string; ignoreVersion?: boolean; nodes?: { instance: Node; name: string }[]; [key: string]: any }): <internal>.AeSdkBase & AeSdkBaseMethods
    • Parameters

      • Optional options: { compilerUrl?: string; ignoreVersion?: boolean; nodes?: { instance: Node; name: string }[]; [key: string]: any }
        • [key: string]: any
        • Optional compilerUrl?: string
        • Optional ignoreVersion?: boolean
        • Optional nodes?: { instance: Node; name: string }[]

      Returns <internal>.AeSdkBase & AeSdkBaseMethods

Generated using TypeDoc