0.0.19 • Published 1 year ago
@kubev2v/types v0.0.19
@kubev2v/types
Manual and auto generated typescript models and constants for Forklift console plugin.
Auto generated
Auto generated types:
Manual
Manual types:
Setting the models color and abbr.
The model constants are auto generated with abbr
that defaults to first two letters of the kind, and undefined color
.
It is sometimes advisable to manual change the defaults.
For example:
export const HostModel = {
label: 'Host',
labelPlural: 'Hosts',
abbr: 'HO',
color: undefined,
...
};
can be manually edited to:
export const HostModel = {
label: 'Forklift Host',
labelPlural: 'Forklift Hosts',
abbr: 'H',
color: '#f00',
...
};
0.0.16
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.15
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.12
2 years ago
0.0.10
2 years ago
0.0.11
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
3 years ago