Options of the AnnotationsPlugin.annotate method.

interface AnnotateOptions {
    recursive?: boolean;
}

Properties

Properties

recursive?: boolean

If true then patch is applied to this field and all of its descendant fields.

Default

false