DocumentationPropertiesPropsinterface

{
	readonly properties?: ImmutableArray<DocumentationParam> | undefined;
}
PropertyType
.propertiesImmutableArray<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.