# PropertyFn Decorator schema

Module
import { PropertyFn } from "@tsed/common"
Source/packages/common/src/jsonschema/decorators/propertyFn.ts

# Overview

function PropertyFn(fn: (propertyMetadata: PropertyMetadata, parameters: DecoratorParameters) => void): Function;

# Description

Decorator builder. Call your function with propertyMetadata and DecoratorParameters a input parameters