Nude Element API Docs - v0.1.3
    Preparing search index...
    interface CopyPropertiesOptions {
        mergeFunctions: boolean;
        overwrite: boolean;
        recursive: number | boolean;
    }
    Index

    Properties

    mergeFunctions: boolean

    {boolean} - Whether to try to merge whereever possible

    overwrite: boolean

    {boolean} - Whether to overwrite conflicts that can't be merged

    recursive: number | boolean

    {boolean | number} - Whether to try and extend prototypes too. If number, defines max levels.