iink-ts - v4.0.0
Preparing search index...
TVariableInputItem
Type Alias TVariableInputItem
type
TVariableInputItem
=
{
disabled
?:
boolean
;
id
?:
string
;
initialValue
?:
number
;
isDefinition
?:
boolean
;
name
:
string
;
onDelete
?:
(
name
:
string
)
=>
Promise
<
void
>
;
sourceLabel
?:
string
;
sourceType
?:
string
;
targetLabel
?:
string
;
}
Index
Properties
disabled?
id?
initial
Value?
is
Definition?
name
on
Delete?
source
Label?
source
Type?
target
Label?
Properties
Optional
disabled
disabled
?:
boolean
Optional
id
id
?:
string
Optional
initial
Value
initialValue
?:
number
Optional
is
Definition
isDefinition
?:
boolean
name
name
:
string
Optional
on
Delete
onDelete
?:
(
name
:
string
)
=>
Promise
<
void
>
Optional
source
Label
sourceLabel
?:
string
Optional
source
Type
sourceType
?:
string
Optional
target
Label
targetLabel
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
disabled
id
initial
Value
is
Definition
name
on
Delete
source
Label
source
Type
target
Label
iink-ts - v4.0.0
Loading...