UNPKG
@bahdcoder-packages/jsonforms-vue-vanilla
Version:
latest (3.6.6)
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
Vue 3 Vanilla renderers for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@bahdcoder-packages/jsonforms-vue-vanilla
/
lib
/
src
/
util
/
options.d.ts
7 lines
(6 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Options
{
showUnfocusedDescription
?:
boolean
;
hideRequiredAsterisk
?:
boolean
;
focus
?:
boolean
;
step
?:
number
; }