@minecraft
    正在准备搜索索引...

    类型别名 ActivationFunctionType<PerPlayerStorageType>

    ActivationFunctionType: (
        uiSession: IPlayerUISession<PerPlayerStorageType>,
    ) => IDisposable[]

    Callback type when an extension instance is activated for a given player. It is expected to return an array of disposables that will automatically be cleaned up on shutdown.

    类型参数

    • PerPlayerStorageType