TwoColumnKeyboardHelpContent¶
Overview¶
TwoColumnKeyboardHelpContentOptions handles layout of KeyboardHelpSections in 2 columns.
@author Jesse Greenberg
Class TwoColumnKeyboardHelpContent¶
Constructor¶
new TwoColumnKeyboardHelpContent( leftSections : KeyboardHelpSection[], rightSections : KeyboardHelpSection[], providedOptions? : TwoColumnKeyboardHelpContentOptions )¶
Instance Methods¶
Type TwoColumnKeyboardHelpContentOptions¶
- columnSpacing?: number
spacing between the left and right columns of the help content - sectionSpacing?: number
vertical spacing between KeyboardHelpSections in each column - & StrictOmit<NodeOptions, "children">
Source Code¶
See the source for TwoColumnKeyboardHelpContent.ts in the scenery-phet repository.