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