UNPKG

@illandril/foundryvtt-types

Version:

Type definitions for the Foundry VTT client, used by Illandril's modules

11 lines (9 loc) 301 B
declare global { class PlaceablesLayer<ObjectType = PlaceableObject<foundry.abstract.Document>> extends InteractionLayer { get controlled(): ObjectType[]; get placeables(): ObjectType[]; get hover(): ObjectType | null; get(id: string): ObjectType | undefined; } } export type {};