Skip to content

Identifiers

Overview

Identifiers are components that tag resources with specific resource tags.

The most ubiquitous identifier is the MagicIdentifier.

Usage

Identifiers can be explicitly run using the Resource.identify method:

await resource.identify()

Note that running identifiers explicitly is often not needed, as Resource.unpack runs all registered identifiers before running unpackers.