Preparing search index...
The search index is not available
Octra libraries - v2.0.0
Octra libraries
@octra/ngx-components
ConfigurationMultipleChoiceControl
ClassConfigurationMultipleChoiceControl
Hierarchy (
view full
)
ConfigurationControl
<
string
[]
,
{
label
:
string
;
value
:
string
;
}
>
ConfigurationMultipleChoiceControl
Index
Constructors
constructor
Properties
_name
_options
_root?
focused
items
Type
toggled
Accessors
context
depends
On
description
id
ignore
name
title
toggleable
type
value
Methods
check
Toggle
State
Of
Control
to
Obj
Constructors
constructor
new
Configuration
Multiple
Choice
Control
(
_name
,
options
,
_root
?
)
:
ConfigurationMultipleChoiceControl
Parameters
_name
:
string
options
:
ConfigurationControlOptions
<
string
[]
,
{
label
:
string
;
value
:
string
;
}
>
Optional
_root
:
ConfigurationControlGroup
Returns
ConfigurationMultipleChoiceControl
Properties
Protected
_name
_name
:
string
Protected
_options
_options
:
FixedConfigurationControlOptions
<
string
[]
,
{
label
:
string
;
value
:
string
;
}
>
Protected
Optional
_root
_root
?:
ConfigurationControlGroup
focused
focused
:
boolean
= false
items
Type
items
Type
:
any
= undefined
toggled
toggled
:
boolean
= false
Accessors
context
get
context
(
)
:
any
Returns
any
depends
On
get
dependsOn
(
)
:
string
[]
Returns
string
[]
description
get
description
(
)
:
undefined
|
string
Returns
undefined
|
string
id
get
id
(
)
:
any
Returns
any
ignore
get
ignore
(
)
:
boolean
Returns
boolean
name
get
name
(
)
:
string
Returns
string
title
get
title
(
)
:
undefined
|
string
Returns
undefined
|
string
toggleable
get
toggleable
(
)
:
boolean
Returns
boolean
type
get
type
(
)
:
|
"number"
|
"select"
|
"textarea"
|
"switch"
|
"text"
|
"integer"
|
"multiple-choice"
|
"array"
Returns
|
"number"
|
"select"
|
"textarea"
|
"switch"
|
"text"
|
"integer"
|
"multiple-choice"
|
"array"
value
get
value
(
)
:
undefined
|
R
Returns
undefined
|
R
set
value
(
value
)
:
void
Parameters
value
:
undefined
|
R
Returns
void
Methods
check
Toggle
State
Of
Control
check
Toggle
State
Of
Control
(
)
:
boolean
Returns
boolean
to
Obj
to
Obj
(
)
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_name
_options
_root
focused
items
Type
toggled
Accessors
context
depends
On
description
id
ignore
name
title
toggleable
type
value
Methods
check
Toggle
State
Of
Control
to
Obj
Octra libraries - v2.0.0
Loading...