This is the dev preview website. Check out the document at 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