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