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