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