Skip to content

@web-engine-dev/resources


@web-engine-dev/resources / ResourceQuery

Interface: ResourceQuery<T>

Resource query result

Type Parameters

T

T

Methods

exists()

exists(): boolean

Check if the resource exists

Returns

boolean


get()

get(): T

Get the resource value (read-only)

Returns

T


getMut()

getMut(): T

Get the resource value (mutable)

Returns

T

Proprietary software. All rights reserved.