0.0.2 • Published 3 years ago

fls-json-schema-editor v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Usage

import JsonSchemaEditor from 'fls-json-schema-editor';

Vue.use(JsonSchemaEditor);

API

Attributes

参数说明类型默认值
schemajson schema 对象Object-
show-raw是否显示 RAW 弹窗,可查看 json schemaBooleanfalse
is-mock是否支持 mock (WIP)Booleanfalse
show-default-value是否展示默认值输入框Booleanfalse

Events

事件名称说明回调参数
schema-changeschema 发生变化时的回调函数新的 json schema 对象

Method

方法名称说明返回参数
getRequiredItems获取所有required参数required参数集合