PropertyRecordsBuilder Class

A Content visitor that traverses all content, creates a PropertyRecord for each property and streams them into the given callback function.

Implements

Methods

Name Description
constructor(visitPropertyRecord: (record: PropertyRecord) => void): PropertyRecordsBuilder    
finishArray(): void    
finishCategory(): void    
finishContent(): void    
finishField(): void    
finishItem(): void    
finishStruct(): void    
processFieldHierarchies(props: ProcessFieldHierarchiesProps): void    
processMergedValue(props: ProcessMergedValueProps): void    
processPrimitiveValue(props: ProcessPrimitiveValueProps): void    
startArray(props: StartArrayProps): boolean    
startCategory(props: StartCategoryProps): boolean    
startContent(props: StartContentProps): boolean    
startField(props: StartFieldProps): boolean    
startItem(props: StartItemProps): boolean    
startStruct(props: StartStructProps): boolean    

Defined in

Last Updated: 25 March, 2024