Skip to content

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"
/>
deprecatedoptional string
descriptionChildren[]
examplesoptional Children[]
noteoptional string
returnsoptional string
seeAlsooptional string[]
styleoptional “google”
warningoptional string