DocumentationThrowsPropsinterface
{
readonly throws?: ImmutableArray<DocumentationThrow> | undefined;
}| Property | Type | |
|---|---|---|
.throws | ImmutableArray<DocumentationThrow> | Throw entries to render — one row per documented thrown type. readonly |
Props for DocumentationThrows — the @throws entries to render, one row each.