Type Alias DocProperties

Properties of the document. In case of multiple composition, only properties specified in the composition output are taken and the ones specified in each output item are ignored.

type DocProperties = {
    author?: string;
    subject?: string;
    title?: string;
}
Index
author?: string
subject?: string
title?: string