这是开发预览网站。请访问正式文档 lynxjs.org

Home > @lynx-js/genui > GenericComponentProps

GenericComponentProps interface

Signature:

export interface GenericComponentProps 

Properties

Property

Modifiers

Type

Description

dataContextPath?

string

(Optional)

id?

string

(Optional)

sendAction?

(action: Record<string, unknown>) => void

(Optional)

setValue?

(key: string, value: unknown) => void

(Optional)

surface

Surface