ObjectProperty
import { ObjectProperty } from "@alloy-js/typescript";
<ObjectProperty jsValue={unknown} name={string | Namekey} nameExpression={Children} refkey={Refkey | Refkey[]} value={Children}> {children}</ObjectProperty>import { ObjectProperty } from "@alloy-js/typescript/stc";
ObjectProperty({ jsValue: unknown, name: string | Namekey, nameExpression: Children, refkey: Refkey | Refkey[], value: Children,}).children(children)| children | optional Children | |
| jsValue | optional unknown | |
| name | optional string | Namekey | |
| nameExpression | optional Children | |
| refkey | optional Refkey | Refkey[] | |
| value | optional Children |