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 | optional Children | |
| doc | optional Children | |
| jsPrivate | optional boolean | |
| name | string | Namekey | |
| nullish | optional boolean | |
| private | optional boolean | |
| protected | optional boolean | |
| public | optional boolean | |
| refkey | optional Refkey | |
| static | optional boolean |