Type alias GSetComponentGetter<T>

GSetComponentGetter<T>: ((engine: Pick<IEngine, "defineValueSetComponentFromSchema">) => T)

Type Parameters

Type declaration

    • (engine: Pick<IEngine, "defineValueSetComponentFromSchema">): T
    • Parameters

      • engine: Pick<IEngine, "defineValueSetComponentFromSchema">

      Returns T