Expression Language Reference
Preparing search index...
importer/expr-contexts
ImportSpec
Interface ImportSpec
An Import Specification
interface
ImportSpec
{
input_fullname
?:
string
;
input_meta
?:
ImportInputMeta
;
input_name
?:
string
;
inputs
?:
ImportInputMeta
[]
;
locked
?:
string
[]
;
mappings
:
Record
<
string
,
ColumnMapping
>
;
name
?:
string
;
}
Index
Properties
input_
fullname?
input_
meta?
input_
name?
inputs?
locked?
mappings
name?
Properties
Optional
input_
fullname
input_fullname
?:
string
Optional
input_
meta
input_meta
?:
ImportInputMeta
Optional
input_
name
input_name
?:
string
Optional
inputs
inputs
?:
ImportInputMeta
[]
Optional
locked
locked
?:
string
[]
mappings
mappings
:
Record
<
string
,
ColumnMapping
>
Optional
name
name
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input_
fullname
input_
meta
input_
name
inputs
locked
mappings
name
Expression Language Reference
Loading...
An Import Specification