Lynx

genui / openui / ComponentRenderProps

ComponentRenderProps<P>

Props passed to an OpenUI ReactLynx component renderer.

Extends

Type Parameters

Type ParameterDefault type
PRecord<string, unknown>

Properties

onAction()?

optional onAction: (event: CoreActionEvent) => void;

Parameters

ParameterType
eventCoreActionEvent

Returns

void

Defined in

@lynx-js/genui/openui/src/core/library.tsx:37

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.