deterministicIDSeed property

bool? deterministicIDSeed

This option is the optional seed for deterministic ids. if set to null but deterministicIds is true, a simple number iterator is used. You can set this attribute to base the seed on a static string.

Implementation

external bool? get deterministicIDSeed;
void deterministicIDSeed=(bool? v)

Implementation

external set deterministicIDSeed(bool? v);