GuthrieProps
ts
type GuthrieProps = object;Defined in: renderer/root.tsx:23
Props for the Guthrie component.
Since
1.0.0
Author
Simon Kovtyk
Author
David Schummer
Properties
elements
ts
elements: Elements;Defined in: renderer/root.tsx:24
event?
ts
optional event?: object & Partial<EventConfig>;Defined in: renderer/root.tsx:29
Type Declaration
rootRef?
ts
optional rootRef?: RefObject<HTMLElement | null>;fns
ts
fns: Fns;Defined in: renderer/root.tsx:25
operators
ts
operators: Operators;Defined in: renderer/root.tsx:27
page
ts
page: Page;Defined in: renderer/root.tsx:26
variables?
ts
optional variables?: VariablesConfig;Defined in: renderer/root.tsx:28