Function setParentPath

  • Set the parent property on a node. By default it will skip nodes that already have a parent property, but you can set force = true to prevent that.

    Parameters

    • node: any
    • parentPath: any
    • Optional options: {
          force: boolean;
      } = {}
      • force: boolean

        Allow overwriting

    Returns boolean

Generated using TypeDoc