Skip to content

wevu / index / ModelBinding

接口: ModelBinding<T>

定义于: packages/wevu/src/runtime/types.ts:247

类型参数

T

T = any

属性

model()

model: (options?) => Record<string, any>

定义于: packages/wevu/src/runtime/types.ts:250

参数

options?

ModelBindingOptions<T>

返回

Record<string, any>


update()

update: (value) => void

定义于: packages/wevu/src/runtime/types.ts:249

参数

value

T

返回

void


value

value: T

定义于: packages/wevu/src/runtime/types.ts:248

Released under the MIT License.