Skip to content

Function: getEffectivePropertyKeysFromSchema()

getEffectivePropertyKeysFromSchema(schema): string[] | undefined

Defined in: helpers/schema.ts:9

A helper to extract properties fromKeys from a schema object. This is mostly useful in processing the context.sync.schema in a sync formula, where the schema would only include a subset of properties which were manually selected by the Pack user.

Parameters

Parameter Type
schema Schema

Returns

string[] | undefined