DocumentationPropertiesPropsinterface
{
readonly properties?: ImmutableArray<DocumentationParam> | undefined;
}| Property | Type | |
|---|---|---|
.properties | ImmutableArray<DocumentationParam> | Properties to render — one row each. readonly |
Props for DocumentationProperties — the data members of a class/interface/object-literal type to render, one row each.