Interface RefListOptions

interface RefListOptions {
    deleteRemoved: boolean;
}

Properties

Properties

deleteRemoved: boolean

If true, then objects from the source collection will be deleted if the corresponding item is removed from the refList's output path.