클래스: PropRef<T>
정의 위치: packages/db/src/query/ir.ts:141
상속
BaseExpression<T>
타입 매개변수
T
T = any
생성자
생성자
new PropRef<T>(path): PropRef<T>;
정의 위치: packages/db/src/query/ir.ts:143
매개변수
path
string[]
반환값
PropRef<T>
재정의된 메서드
BaseExpression<T>.constructor
속성
__returnType
readonly __returnType: T;
정의 위치: packages/db/src/query/ir.ts:84
Internal
- TypeScript 추론을 위한 타입 브랜드
상속받은 속성
BaseExpression.__returnType
path
path: string[];
정의 위치: packages/db/src/query/ir.ts:144
type
type: "ref";
정의 위치: packages/db/src/query/ir.ts:142
재정의된 메서드
BaseExpression.type