UNPKG
kentico-cloud-delivery
Version:
latest (6.2.0)
next (6.0.0-rc.5)
6.2.0
6.1.0
6.0.0
6.0.0-rc.5
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
6.0.0-rc.0
6.0.0-beta.11
6.0.0-beta.10
6.0.0-beta.9
6.0.0-beta.8
6.0.0-beta.7
6.0.0-beta.6
6.0.0-beta.5
6.0.0-beta.4
6.0.0-beta.3
6.0.0-beta.2
6.0.0-beta.1
6.0.0-beta.0
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0-beta.2
5.2.0-beta.1
5.2.0-beta.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-beta.6
5.0.0-beta.5
5.0.0-beta.4
5.0.0-beta.3
5.0.0-beta.2
5.0.0-beta.1
5.0.0-beta.0
4.3.0
4.2.1
4.2.0
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
Official Kentico Cloud Delivery SDK
Enngage/kentico-cloud-js
kentico-cloud-delivery
/
_es2015
/
models
/
element
/
element-option.class.d.ts
20 lines
(19 loc)
•
359 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export
declare
class
ElementOption
{
/** * Name of the option */
name:
string
;
/** * Value of the option */
codename:
string
;
constructor
(
/** * Name of the option */
name
:
string
,
/** * Value of the option */
codename
:
string
); }