Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 749 Bytes

File metadata and controls

37 lines (19 loc) · 749 Bytes

yaml-datastore


yaml-datastore / clear

Function: clear()

clear(workingDirectoryPath, elementPath, depth): YdsResult

Defined in: clear.ts:22

Parameters

workingDirectoryPath

string

relative or absolute path to working directory containing yaml-datastore serialized content

elementPath

string

element path to element to be cleared

depth

number = 0

depth of element to be returned in YdsResult object

Returns

YdsResult

a YdsResult containing the status of the call to clear function