interface
RowLabelComponentOption
type RowLabelComponentOption interface {
ArrayOption
BlocksOption
}Options accepted by Array and Blocks.
ArrayOptionArrayOption- The ArrayOption value.
BlocksOptionBlocksOption- The BlocksOption value.
Only option values returned by this package implement the sealed marker. The narrow interface makes incompatible builder options a compile-time error.