For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/types/ItemComponentReturnType.md.

Type Alias: ItemComponentReturnType<T>

component

ItemComponentReturnType<T> = T extends keyof ItemComponentTypeMap ? ItemComponentTypeMap[T] : ItemCustomComponentInstance

Beta

Type Parameters

T

T extends string

同领域相关