Libraries
    Preparing search index...

    Type Alias SchemaPropertySelector<TSchema, TPropertySchema, TAssignableTo, TParentPropertyDescriptor>

    A callback function to select properties from the schema. Normally it's provided by the user to select property descriptors from the schema for the further usage. e.g. to select source and destination properties for object mappings

    Type Parameters

    • TSchema extends ObjectSchemaBuilder<any, any, any, any, any, any>
    • TPropertySchema extends SchemaBuilder<any, any, any, any, any>
    • TAssignableTo = any
    • TParentPropertyDescriptor = undefined