ImportListItem
ImportListItem<
T> =object
Defined in: utils/types.ts:59
A type that represents an item in an import list.
Type Parameters
Section titled “Type Parameters”T = any
The type of the instance that the constructor creates.
Properties
Section titled “Properties”autoLoad?
Section titled “autoLoad?”
optionalautoLoad:boolean
Defined in: utils/types.ts:64
id:
string
Defined in: utils/types.ts:60
module
Section titled “module”module:
ImportListItemModule<T>
Defined in: utils/types.ts:61
namedExport?
Section titled “namedExport?”
optionalnamedExport:string
Defined in: utils/types.ts:62
options?
Section titled “options?”
optionaloptions:any
Defined in: utils/types.ts:63