interface CloneFilter {
    filterFor(childInstance: UAObject | UAMethod | UAVariable): CloneFilter;
    shouldKeep(node: BaseNode): boolean;
}

Methods

  • Parameters

    Returns boolean