Skip to main content

SafeBagValueFactory

Constructors

new SafeBagValueFactory()

new SafeBagValueFactory(): SafeBagValueFactory

Returns

SafeBagValueFactory

Methods

find()

static find(id): null | BagTypeConstructor<BagType>

Parameters

id: string

Returns

null | BagTypeConstructor<BagType>


register()

static register<T>(id, type): void

Type Parameters

T extends BagType = BagType

Parameters

id: string

type: BagTypeConstructor<T>

Returns

void