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 | optionalGoogleStyleDocAttributeProps[] |
deprecated | optionalstring |
description | Children[] |
examples | optionalChildren[] |
note | optionalstring |
parameters | optionalParameterDescriptor[] |
seeAlso | optionalstring[] |
style | optional”google” |
warning | optionalstring |