method

View.Step

Step returns the positive admin input increment for a number field. It is presentation metadata and does not impose divisibility validation.

Returns

The declared result.

(float64, bool)

Full signature

func (d View) Step() ( float64, bool, )

Source field/field.go:487

Related types

  • View

    View is a read-only snapshot of a canonical immutable node. Its readers detach mutable values; author fields through their concrete fluent facades.