Interface EntityTypeOptions

Entity type options for ReadonlyEntityCollection.

interface EntityTypeOptions {
    signal?: AbortSignal;
    type?: string;
}

Hierarchy

Properties

Properties

signal?: AbortSignal

An optional AbortSignal that can be used to abort an async task.

type?: string

Entity type to use.

Generated using TypeDoc