ClassDoc
A component that creates a ClassDoc block for classes.
import { ClassDoc } from "@alloy-js/python";
<ClassDoc attributes={GoogleStyleDocAttributeProps[]} deprecated="string" description={Children[]} examples={Children[]} note="string" parameters={ParameterDescriptor[]} seeAlso={string[]} style={"google"} warning="string" />import { ClassDoc } from "@alloy-js/python/stc";
ClassDoc({ attributes: GoogleStyleDocAttributeProps[], deprecated: string, description: Children[], examples: Children[], note: string, parameters: ParameterDescriptor[], seeAlso: string[], style: "google", warning: string,}).children(children)| attributes | optional GoogleStyleDocAttributeProps[] | |
| deprecated | optional string | |
| description | Children[] | |
| examples | optional Children[] | |
| note | optional string | |
| parameters | optional ParameterDescriptor[] | |
| seeAlso | optional string[] | |
| style | optional “google” | |
| warning | optional string |