MCPcopy
hub / github.com/maxchehab/phelia / ActionsProps

Interface ActionsProps

src/core/components.tsx:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188);
189
190interface ActionsProps {
191 /**
192 * An array of interactive element objects - buttons, select menus,
193 * overflow menus, or date pickers. There is a maximum of 5 elements
194 * in each action block.
195 */
196 children: PheliaChildren;
197}
198
199/**
200 * A block that is used to hold interactive elements.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected