Optional
pcds: PCD<unknown, unknown>[]Optional
folders: Record<string, string>Readonly
changeEmits an event whenever the contents of this PCDCollection changes. Does not attempt to filter out changes which result in the same contents.
Private
packagesPrivate
pcdsOptional
options: AddPCDOptionsOptional
options: AddPCDOptionsPrivate
deleteOptional
options: { Optional
fallbackOptional
options: { Optional
fallbackOptional
options: { Optional
fallbackOptional
upsert?: booleanOptional
options: { Optional
fallbackOptional
upsert?: booleanPrivate
emitMerges another PCD collection into this one. There is one option:
shouldInclude
is a function used to filter out PCDs from the other
collection during merging, e.g. to filter out duplicates or PCDs of
a type that should not be copied.Optional
options: { Optional
shouldStatic
deserializeOptional
options: { Optional
fallbackGenerated using TypeDoc
This class represents all the PCDs a user may have, and also contains references to all the relevant PCDPackages, which allows this class to effectively make use of all of the PCDs.