UNPKG

753 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/metadata-args/JoinColumnMetadataArgs.ts"],"names":[],"mappings":"","file":"JoinColumnMetadataArgs.js","sourcesContent":["/**\n * Arguments for JoinColumnMetadata class.\n */\nexport interface JoinColumnMetadataArgs {\n\n /**\n * Class to which this column is applied.\n */\n target: Function|string;\n\n /**\n * Class's property name to which this column is applied.\n */\n propertyName: string;\n\n /**\n * Name of the column.\n */\n name?: string;\n\n /**\n * Name of the column in the entity to which this column is referenced.\n * This is column property name, not a column database name.\n */\n referencedColumnName?: string;\n\n}\n"],"sourceRoot":".."}
\No newline at end of file