Skip to content

Documentation / @ember-data/request-utils / index / FindRecordUrlOptions

Defined in: index.ts:165

Properties

host?

ts
optional host: string;

Defined in: index.ts:169


identifier

ts
identifier: object;

Defined in: index.ts:167

id

ts
id: string;

type

ts
type: string;

namespace?

ts
optional namespace: string;

Defined in: index.ts:170


op

ts
op: "findRecord";

Defined in: index.ts:166


resourcePath?

ts
optional resourcePath: string;

Defined in: index.ts:168

Released under the MIT License.