ClassField
import { ClassField } from "@alloy-js/typescript";
<ClassField doc={Children} jsPrivate name={string | Namekey} nullish optional private protected public refkey={Refkey} static type={Children}> {children}</ClassField>import { ClassField } from "@alloy-js/typescript/stc";
ClassField({ doc: Children, jsPrivate: boolean, name: string | Namekey, nullish: boolean, optional: boolean, private: boolean, protected: boolean, public: boolean, refkey: Refkey, static: boolean, type: Children,}).children(children)| children | optional Children | |
| children | optional Children | |
| doc | optional Children | |
| jsPrivate | optional boolean | |
| name | string | Namekey | |
| nullish | optional boolean | |
| optional | optional boolean | |
| private | optional boolean | |
| protected | optional boolean | |
| public | optional boolean | |
| refkey | optional Refkey | |
| static | optional boolean | |
| type | optional Children |