Skip to content

@vaguevoid/fiasco / ecs/resources / PendingText

Type Alias: PendingText

PendingText = WithKind<PendingTextFfi, "pending">

Defined in: src/ecs/resources.ts:302

A pending text - usually returned when first loading a text path.

Useful when needing the ID but the text has not loaded yet.

A pending text will either change to a LoadedText or a FailedText after initial loading.