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 | optionalChildren | |
| jsValue | optional unknown | |
| name | optional string | Namekey | |
| nameExpression | optionalChildren | |
| refkey | optionalRefkey | Refkey[] | |
| value | optionalChildren |