Interface ModuleParameterObject

Hierarchy

  • ModuleParameterObject

Properties

id: string
path: string
requireFunc: ((path, currentModule?) => any)

Type declaration

    • (path, currentModule?): any
    • Parameters

      • path: string
      • Optional currentModule: Module

      Returns any

resolveFunc: ((path, currentModule?) => string)

Type declaration

    • (path, currentModule?): string
    • Parameters

      • path: string
      • Optional currentModule: Module

      Returns string

runtimeValueBase: ScriptAssetRuntimeValueBase
virtualPath?: string

Generated using TypeDoc