Octra libraries - v2.0.0
Preparing search index...
@octra/ngx-components
ConfigurationControlGroup
Class ConfigurationControlGroup
Index
Constructors
constructor
Properties
_
depends
On
_
name
_
title
_
toggleable
context
controls
description
focused
id
ignore
items
Type
root?
toggled
value
Accessors
depends
On
name
title
toggleable
type
Methods
check
Toggle
State
Of
Control
to
Obj
Constructors
constructor
new
ConfigurationControlGroup
(
_title
:
string
,
_name
:
string
,
controls
?:
(
ConfigurationControlGroup
|
ConfigurationControl
<
any
,
any
>
)
[]
,
_toggleable
?:
boolean
,
_dependsOn
?:
string
[]
,
root
?:
ConfigurationControlGroup
,
)
:
ConfigurationControlGroup
Parameters
_title
:
string
_name
:
string
controls
: (
ConfigurationControlGroup
|
ConfigurationControl
<
any
,
any
>
)
[]
= []
_toggleable
:
boolean
= false
_dependsOn
:
string
[]
= []
Optional
root
:
ConfigurationControlGroup
Returns
ConfigurationControlGroup
Properties
Protected
_
depends
On
_dependsOn
:
string
[]
= []
Protected
_
name
_name
:
string
Protected
_
title
_title
:
string
Protected
_
toggleable
_toggleable
:
boolean
= false
context
context
:
any
controls
controls
:
(
ConfigurationControlGroup
|
ConfigurationControl
<
any
,
any
>
)
[]
= []
description
description
:
string
= ''
focused
focused
:
boolean
= false
id
id
:
number
= 1
ignore
ignore
:
boolean
= false
items
Type
itemsType
:
any
= undefined
Optional
Readonly
root
root
?:
ConfigurationControlGroup
toggled
toggled
:
boolean
= false
value
value
:
any
= undefined
Accessors
depends
On
get
dependsOn
()
:
string
[]
Returns
string
[]
name
get
name
()
:
string
Returns
string
title
get
title
()
:
string
Returns
string
toggleable
get
toggleable
()
:
boolean
Returns
boolean
type
get
type
()
:
string
Returns
string
Methods
check
Toggle
State
Of
Control
checkToggleStateOfControl
()
:
boolean
Returns
boolean
to
Obj
toObj
()
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
depends
On
_
name
_
title
_
toggleable
context
controls
description
focused
id
ignore
items
Type
root
toggled
value
Accessors
depends
On
name
title
toggleable
type
Methods
check
Toggle
State
Of
Control
to
Obj
Octra libraries - v2.0.0
Loading...