Roqueform
    Preparing search index...

    Interface AnnotateOptions

    Options of the AnnotationsMixin.annotate method.

    interface AnnotateOptions {
        isRecursive?: boolean;
    }
    Index

    Properties

    Properties

    isRecursive?: boolean

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

    false