UNPKG
@tripetto/block-dropdown
Version:
latest (7.0.0)
next (6.0.4-1)
7.0.0
6.0.4-1
6.0.4-0
6.0.3
6.0.2
6.0.1
Dropdown block for Tripetto.
gitlab.com/tripetto/blocks/dropdown
@tripetto/block-dropdown
/
runner
/
option.d.ts
11 lines
(10 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
IDropdownOption
{
/** Id of the option. */
readonly
id:
string
;
/** Name of the option. */
readonly
name:
string
;
/** Value of the option. */
readonly
value
?:
string
;
/** Score of the option. */
readonly
score?: number; }