Interface EntityViewOptions<V, L>

Entity view options for ReadonlyEntityCollection.

interface EntityViewOptions {
    attr?: L;
    signal?: AbortSignal;
    type?: string;
}

Type Parameters

Hierarchy

Properties

Properties

attr?: L

Attributes to retrieve. Defaults to retrieve all attributes.

signal?: AbortSignal

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

type?: string

Entity type to use.

Generated using TypeDoc