Skip to content

RandomOptions

const RandomOptions: NodePropertiesStructBuilder<ExtractTypesFromBuilders<{ n: ExpressionBuilder<number, DefaultType<number, NumberType>>; seed: ExpressionBuilder<string | undefined, OptionalType<string, StringType>>; weights: IntoBuilder<Value, string | undefined, OptionalType<string, StringType>, number[] | undefined>; }>>

Defined in: actions/utils.ts:33