Interface SpiderImportTable

A table imported from another module.

Hierarchy

  • SpiderImportBase
    • SpiderImportTable

Properties

importType: table
maxSize: undefined | number

The maximum number of entries the imported table can be grown to.

minSize: number

The minimum number of entries the imported table can have.

module: string

The name of the module the value is being imported from.

name: string

The name of the value being imported.

The type of reference the imported table holds.

Generated using TypeDoc