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