diff --git a/website/index.html b/website/index.html index bbe09030..f04c6ebf 100644 --- a/website/index.html +++ b/website/index.html @@ -671,8 +671,8 @@

Hyper will show a notification when your modules are installed to ~/.hyper_plugins.

- -

You can also take a look at + +

You can also take a look at Awesome Hyper for a curated list of plugins and resources.

@@ -785,6 +785,22 @@ Change the behaviour of modifier keys to act as meta key + + "showHamburgerMenu" + "" + + Change the visibility of the hamburger menu. Available options + are: true, false + + + + "showWindowControls" + "" + + Change the position/visibility of the window controls. + Available options are: true, false, "left" + + @@ -983,11 +999,39 @@ - getTermProps + getTermGroupProps Renderer

Passes down props from <Terms> + to the <TermGroup> component. Must return + the composed props object.

+ + + + + + + + + + + + + + + +
uidTermGroup uid
parentPropsProps form the parent component.
propsThe existing properties that will be + passed to the component.
+ + + + + getTermProps + + Renderer + +

Passes down props from <TermGroup> to the <Term> component. Must return the composed props object.