git0 0.2.11 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/js/c3a618e1.965a31da.js +1 -1
- package/docs/functions/index.html +2 -2
- package/docs-config/src/functions/index.md +1 -1
- package/package.json +2 -1
- package/readme.md +18 -30
- package/src/fm.js +1130 -0
- package/src/git0.js +3 -4
- package/src/github-api.js +14 -15
- package/TypeScript-React-Starter/LICENSE +0 -21
- package/TypeScript-React-Starter/README-CRA.md +0 -1281
- package/TypeScript-React-Starter/README.md +0 -810
- package/TypeScript-React-Starter/package.json +0 -28
- package/TypeScript-React-Starter/public/favicon.ico +0 -0
- package/TypeScript-React-Starter/public/index.html +0 -31
- package/TypeScript-React-Starter/src/App.css +0 -24
- package/TypeScript-React-Starter/src/App.test.tsx +0 -8
- package/TypeScript-React-Starter/src/App.tsx +0 -23
- package/TypeScript-React-Starter/src/actions/index.tsx +0 -24
- package/TypeScript-React-Starter/src/components/Hello.css +0 -13
- package/TypeScript-React-Starter/src/components/Hello.test.tsx +0 -30
- package/TypeScript-React-Starter/src/components/Hello.tsx +0 -35
- package/TypeScript-React-Starter/src/constants/index.tsx +0 -6
- package/TypeScript-React-Starter/src/containers/Hello.tsx +0 -20
- package/TypeScript-React-Starter/src/index.css +0 -5
- package/TypeScript-React-Starter/src/index.tsx +0 -22
- package/TypeScript-React-Starter/src/logo.svg +0 -7
- package/TypeScript-React-Starter/src/reducers/index.tsx +0 -15
- package/TypeScript-React-Starter/src/types/index.tsx +0 -5
- package/TypeScript-React-Starter/tsconfig.json +0 -29
- package/TypeScript-React-Starter/tslint.json +0 -11
- package/TypeScript-React-Starter/yarn.lock +0 -4785
- package/svelte-nodegui/.all-contributorsrc +0 -60
- package/svelte-nodegui/.vscode/launch.json +0 -29
- package/svelte-nodegui/CHANGELOG.md +0 -153
- package/svelte-nodegui/LICENSE +0 -22
- package/svelte-nodegui/README.md +0 -151
- package/svelte-nodegui/demo/.editorconfig +0 -15
- package/svelte-nodegui/demo/.vscode/extensions.json +0 -3
- package/svelte-nodegui/demo/livereload.js +0 -29
- package/svelte-nodegui/demo/package-lock.json +0 -3514
- package/svelte-nodegui/demo/package.json +0 -35
- package/svelte-nodegui/demo/src/App.svelte +0 -29
- package/svelte-nodegui/demo/src/app.ts +0 -31
- package/svelte-nodegui/demo/tsconfig.json +0 -40
- package/svelte-nodegui/demo/webpack.config.js +0 -110
- package/svelte-nodegui/extras/assets/kitchen.png +0 -0
- package/svelte-nodegui/extras/assets/nodegui.png +0 -0
- package/svelte-nodegui/extras/assets/nodegui_white.png +0 -0
- package/svelte-nodegui/extras/assets/start_icon.png +0 -0
- package/svelte-nodegui/extras/legal/logo/thanks.md +0 -13
- package/svelte-nodegui/extras/legal/yode/LICENSE +0 -21
- package/svelte-nodegui/extras/legal/yoga/LICENSE +0 -0
- package/svelte-nodegui/extras/logo/nodegui-circle.png +0 -0
- package/svelte-nodegui/extras/logo/nodegui.png +0 -0
- package/svelte-nodegui/extras/logo/nodegui.svg +0 -4
- package/svelte-nodegui/nativescript-svelte-todo.gif +0 -0
- package/svelte-nodegui/package-lock.json +0 -1749
- package/svelte-nodegui/package.json +0 -44
- package/svelte-nodegui/repl-workers/bundler/commonjs.js +0 -58
- package/svelte-nodegui/repl-workers/bundler/index.js +0 -353
- package/svelte-nodegui/repl-workers/package-lock.json +0 -484
- package/svelte-nodegui/repl-workers/package.json +0 -21
- package/svelte-nodegui/repl-workers/rollup.config.js +0 -21
- package/svelte-nodegui/rollup.config.js +0 -81
- package/svelte-nodegui/scripts/create-pkg.js +0 -42
- package/svelte-nodegui/src/components/AsComponent.svelte +0 -16
- package/svelte-nodegui/src/components/SlotComponent.svelte +0 -4
- package/svelte-nodegui/src/components/Template.svelte +0 -10
- package/svelte-nodegui/src/components/Template.svelte.d.ts +0 -6
- package/svelte-nodegui/src/components/index.ts +0 -2
- package/svelte-nodegui/src/dom/index.ts +0 -132
- package/svelte-nodegui/src/dom/nativescript-vue-next/LICENCE +0 -21
- package/svelte-nodegui/src/dom/nativescript-vue-next/index.ts +0 -19
- package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/index.ts +0 -21
- package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/nodes.ts +0 -890
- package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/registry.ts +0 -262
- package/svelte-nodegui/src/dom/nativescript-vue-next/runtime/runtimeHelpers.ts +0 -20
- package/svelte-nodegui/src/dom/react-nodegui/LICENSE +0 -21
- package/svelte-nodegui/src/dom/react-nodegui/src/components/AbstractComponents/RNAbstractButton.ts +0 -67
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Action/RNAction.ts +0 -146
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Action/index.ts +0 -37
- package/svelte-nodegui/src/dom/react-nodegui/src/components/AnimatedImage/RNAnimatedImage.ts +0 -76
- package/svelte-nodegui/src/dom/react-nodegui/src/components/AnimatedImage/index.ts +0 -45
- package/svelte-nodegui/src/dom/react-nodegui/src/components/BoxView/RNBoxView.ts +0 -99
- package/svelte-nodegui/src/dom/react-nodegui/src/components/BoxView/index.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Button/RNButton.ts +0 -71
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Button/index.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/CheckBox/RNCheckBox.ts +0 -71
- package/svelte-nodegui/src/dom/react-nodegui/src/components/CheckBox/index.ts +0 -50
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ComboBox/RNComboBox.ts +0 -118
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ComboBox/index.ts +0 -50
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Dial/RNDial.ts +0 -69
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Dial/index.ts +0 -41
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridColumn/RNGridColumn.ts +0 -95
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridColumn/index.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridRow/RNGridRow.ts +0 -141
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/GridRow/index.ts +0 -47
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/RNGridView.ts +0 -185
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/index.ts +0 -51
- package/svelte-nodegui/src/dom/react-nodegui/src/components/GridView/utils.ts +0 -59
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Image/RNImage.ts +0 -135
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Image/index.ts +0 -46
- package/svelte-nodegui/src/dom/react-nodegui/src/components/LineEdit/RNLineEdit.ts +0 -82
- package/svelte-nodegui/src/dom/react-nodegui/src/components/LineEdit/index.ts +0 -41
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Menu/RNMenu.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Menu/index.ts +0 -44
- package/svelte-nodegui/src/dom/react-nodegui/src/components/MenuBar/RNMenuBar.ts +0 -51
- package/svelte-nodegui/src/dom/react-nodegui/src/components/MenuBar/index.ts +0 -42
- package/svelte-nodegui/src/dom/react-nodegui/src/components/PlainTextEdit/RNPlainTextEdit.ts +0 -82
- package/svelte-nodegui/src/dom/react-nodegui/src/components/PlainTextEdit/index.ts +0 -44
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ProgressBar/RNProgressBar.ts +0 -78
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ProgressBar/index.ts +0 -43
- package/svelte-nodegui/src/dom/react-nodegui/src/components/RadioButton/RNRadioButton.ts +0 -50
- package/svelte-nodegui/src/dom/react-nodegui/src/components/RadioButton/index.ts +0 -43
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ScrollArea/RNScrollArea.ts +0 -51
- package/svelte-nodegui/src/dom/react-nodegui/src/components/ScrollArea/index.ts +0 -44
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Slider/RNSlider.ts +0 -97
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Slider/index.ts +0 -46
- package/svelte-nodegui/src/dom/react-nodegui/src/components/SpinBox/RNSpinBox.ts +0 -88
- package/svelte-nodegui/src/dom/react-nodegui/src/components/SpinBox/index.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Svg/RNSvg.ts +0 -67
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Svg/index.ts +0 -43
- package/svelte-nodegui/src/dom/react-nodegui/src/components/SystemTrayIcon/RNSystemTrayIcon.ts +0 -141
- package/svelte-nodegui/src/dom/react-nodegui/src/components/SystemTrayIcon/index.ts +0 -43
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Tab/RNTab.ts +0 -69
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Tab/index.ts +0 -48
- package/svelte-nodegui/src/dom/react-nodegui/src/components/TabItem/RNTabItem.ts +0 -72
- package/svelte-nodegui/src/dom/react-nodegui/src/components/TabItem/index.ts +0 -40
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Text/RNText.ts +0 -65
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Text/index.ts +0 -49
- package/svelte-nodegui/src/dom/react-nodegui/src/components/View/RNView.ts +0 -306
- package/svelte-nodegui/src/dom/react-nodegui/src/components/View/index.ts +0 -44
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Window/RNWindow.ts +0 -66
- package/svelte-nodegui/src/dom/react-nodegui/src/components/Window/index.ts +0 -50
- package/svelte-nodegui/src/dom/react-nodegui/src/components/config.ts +0 -95
- package/svelte-nodegui/src/dom/react-nodegui/src/index.ts +0 -52
- package/svelte-nodegui/src/dom/react-nodegui/src/reconciler/index.ts +0 -226
- package/svelte-nodegui/src/dom/react-nodegui/src/utils/decoupleFromReact.ts +0 -2
- package/svelte-nodegui/src/dom/react-nodegui/src/utils/helpers.ts +0 -14
- package/svelte-nodegui/src/dom/shared/Logger.ts +0 -16
- package/svelte-nodegui/src/dom/shared/index.ts +0 -1
- package/svelte-nodegui/src/dom/svelte/HeadElement.ts +0 -41
- package/svelte-nodegui/src/dom/svelte/RNObject.ts +0 -95
- package/svelte-nodegui/src/dom/svelte/StyleElement.ts +0 -92
- package/svelte-nodegui/src/dom/svelte/SvelteNodeGUIDocument.ts +0 -124
- package/svelte-nodegui/src/dom/svelte/TemplateElement.ts +0 -16
- package/svelte-nodegui/src/dom/svelte-elements.ts +0 -111
- package/svelte-nodegui/src/index.ts +0 -62
- package/svelte-nodegui/src/svelte-nodegui.ts +0 -159
- package/svelte-nodegui/src/transitions/bezier.ts +0 -112
- package/svelte-nodegui/src/transitions/index.ts +0 -227
- package/svelte-nodegui/tsconfig.json +0 -19
- package/svelte-nodegui/website/README.md +0 -33
- package/svelte-nodegui/website/blog/2019-05-30-welcome.md +0 -12
- package/svelte-nodegui/website/docs/api/classes/renderer.md +0 -49
- package/svelte-nodegui/website/docs/api/classes/rnaction.md +0 -608
- package/svelte-nodegui/website/docs/api/classes/rngridcolumn.md +0 -232
- package/svelte-nodegui/website/docs/api/classes/rngridrow.md +0 -247
- package/svelte-nodegui/website/docs/api/classes/rnmenu.md +0 -1337
- package/svelte-nodegui/website/docs/api/classes/rnmenubar.md +0 -1341
- package/svelte-nodegui/website/docs/api/globals.md +0 -832
- package/svelte-nodegui/website/docs/api/index.md +0 -0
- package/svelte-nodegui/website/docs/api/interfaces/_react_proxy_.reactproxycomponent.md +0 -38
- package/svelte-nodegui/website/docs/api/interfaces/abstractbuttonprops.md +0 -306
- package/svelte-nodegui/website/docs/api/interfaces/actionprops.md +0 -115
- package/svelte-nodegui/website/docs/api/interfaces/animatedimageprops.md +0 -297
- package/svelte-nodegui/website/docs/api/interfaces/boxviewprops.md +0 -245
- package/svelte-nodegui/website/docs/api/interfaces/buttonprops.md +0 -313
- package/svelte-nodegui/website/docs/api/interfaces/checkboxprops.md +0 -313
- package/svelte-nodegui/website/docs/api/interfaces/comboboxprops.md +0 -343
- package/svelte-nodegui/website/docs/api/interfaces/datawithoffset.md +0 -32
- package/svelte-nodegui/website/docs/api/interfaces/dialprops.md +0 -259
- package/svelte-nodegui/website/docs/api/interfaces/gridviewprops.md +0 -273
- package/svelte-nodegui/website/docs/api/interfaces/imageprops.md +0 -311
- package/svelte-nodegui/website/docs/api/interfaces/lineeditprops.md +0 -266
- package/svelte-nodegui/website/docs/api/interfaces/menubarprops.md +0 -245
- package/svelte-nodegui/website/docs/api/interfaces/menuprops.md +0 -245
- package/svelte-nodegui/website/docs/api/interfaces/plaintexteditprops.md +0 -259
- package/svelte-nodegui/website/docs/api/interfaces/progressbarprops.md +0 -266
- package/svelte-nodegui/website/docs/api/interfaces/radiobuttonprops.md +0 -282
- package/svelte-nodegui/website/docs/api/interfaces/scrollareaprops.md +0 -245
- package/svelte-nodegui/website/docs/api/interfaces/sliderprops.md +0 -329
- package/svelte-nodegui/website/docs/api/interfaces/spinboxprops.md +0 -273
- package/svelte-nodegui/website/docs/api/interfaces/systemtrayiconprops.md +0 -97
- package/svelte-nodegui/website/docs/api/interfaces/tabitemprops.md +0 -28
- package/svelte-nodegui/website/docs/api/interfaces/tabprops.md +0 -245
- package/svelte-nodegui/website/docs/api/interfaces/textprops.md +0 -277
- package/svelte-nodegui/website/docs/api/interfaces/viewprops.md +0 -261
- package/svelte-nodegui/website/docs/api/interfaces/windowprops.md +0 -245
- package/svelte-nodegui/website/docs/api/modules/_react_proxy_.md +0 -29
- package/svelte-nodegui/website/docs/doc1.md +0 -162
- package/svelte-nodegui/website/docs/guides/custom-nodegui-native-plugin.md +0 -6
- package/svelte-nodegui/website/docs/guides/debugging-in-vscode.md +0 -39
- package/svelte-nodegui/website/docs/guides/debugging.md +0 -59
- package/svelte-nodegui/website/docs/guides/getting-started.md +0 -141
- package/svelte-nodegui/website/docs/guides/handle-events.md +0 -188
- package/svelte-nodegui/website/docs/guides/images.md +0 -62
- package/svelte-nodegui/website/docs/guides/layout.md +0 -281
- package/svelte-nodegui/website/docs/guides/networking.md +0 -31
- package/svelte-nodegui/website/docs/guides/packaging.md +0 -32
- package/svelte-nodegui/website/docs/guides/scroll-view.md +0 -69
- package/svelte-nodegui/website/docs/guides/styling.md +0 -208
- package/svelte-nodegui/website/docs/guides/tutorial.md +0 -82
- package/svelte-nodegui/website/docs/guides/using-native-node-modules.md +0 -55
- package/svelte-nodegui/website/docs/mdx.md +0 -22
- package/svelte-nodegui/website/docs/scripts/fixdocs.js +0 -21
- package/svelte-nodegui/website/docusaurus.config.js +0 -131
- package/svelte-nodegui/website/package.json +0 -33
- package/svelte-nodegui/website/sidebars.js +0 -77
- package/svelte-nodegui/website/src/components/CodeExample.js +0 -42
- package/svelte-nodegui/website/src/components/CreateNativeApps.js +0 -46
- package/svelte-nodegui/website/src/components/Features.js +0 -62
- package/svelte-nodegui/website/src/components/Hero.js +0 -85
- package/svelte-nodegui/website/src/components/SplitView.js +0 -18
- package/svelte-nodegui/website/src/components/Talks.js +0 -68
- package/svelte-nodegui/website/src/components/Try.js +0 -83
- package/svelte-nodegui/website/src/components/common.js +0 -41
- package/svelte-nodegui/website/src/components/styles.css +0 -61
- package/svelte-nodegui/website/src/css/custom.css +0 -34
- package/svelte-nodegui/website/src/pages/index.js +0 -32
- package/svelte-nodegui/website/src/pages/styles.module.css +0 -35
- package/svelte-nodegui/website/static/CNAME +0 -1
- package/svelte-nodegui/website/static/img/box-layout-1.png +0 -0
- package/svelte-nodegui/website/static/img/box-layout-2.png +0 -0
- package/svelte-nodegui/website/static/img/code-sample.png +0 -0
- package/svelte-nodegui/website/static/img/demo.png +0 -0
- package/svelte-nodegui/website/static/img/favicon.ico +0 -0
- package/svelte-nodegui/website/static/img/flex-layout-1.png +0 -0
- package/svelte-nodegui/website/static/img/grid-layout-1.png +0 -0
- package/svelte-nodegui/website/static/img/logo-circle.png +0 -0
- package/svelte-nodegui/website/static/img/logo.png +0 -0
- package/svelte-nodegui/website/static/img/logo.svg +0 -5
- package/svelte-nodegui/website/static/img/logox200.png +0 -0
- package/svelte-nodegui/website/static/img/undraw_building_websites.svg +0 -1
- package/svelte-nodegui/website/static/img/undraw_code_review.svg +0 -1
- package/svelte-nodegui/website/static/img/undraw_docusaurus_mountain.svg +0 -170
- package/svelte-nodegui/website/static/img/undraw_docusaurus_react.svg +0 -169
- package/svelte-nodegui/website/static/img/undraw_docusaurus_tree.svg +0 -1
- package/svelte-nodegui/website/static/img/undraw_react.svg +0 -1
- package/svelte-nodegui/website/static/img/undraw_website_setup.svg +0 -1
- package/svelte-nodegui/website/static/img/undraw_windows.svg +0 -11
- package/svelte-nodegui/website/website/sidebars.js +0 -32
- package/svelte-nodegui/website/yarn.lock +0 -10533
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "animatedimageprops"
|
|
3
|
-
title: "AnimatedImageProps"
|
|
4
|
-
sidebar_label: "AnimatedImageProps"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Hierarchy
|
|
8
|
-
|
|
9
|
-
↳ [TextProps](textprops.md)
|
|
10
|
-
|
|
11
|
-
↳ **AnimatedImageProps**
|
|
12
|
-
|
|
13
|
-
## Index
|
|
14
|
-
|
|
15
|
-
### Properties
|
|
16
|
-
|
|
17
|
-
* [attributes](animatedimageprops.md#optional-attributes)
|
|
18
|
-
* [buffer](animatedimageprops.md#optional-buffer)
|
|
19
|
-
* [children](animatedimageprops.md#optional-children)
|
|
20
|
-
* [cursor](animatedimageprops.md#optional-cursor)
|
|
21
|
-
* [enabled](animatedimageprops.md#optional-enabled)
|
|
22
|
-
* [geometry](animatedimageprops.md#optional-geometry)
|
|
23
|
-
* [id](animatedimageprops.md#optional-id)
|
|
24
|
-
* [maxSize](animatedimageprops.md#optional-maxsize)
|
|
25
|
-
* [minSize](animatedimageprops.md#optional-minsize)
|
|
26
|
-
* [mouseTracking](animatedimageprops.md#optional-mousetracking)
|
|
27
|
-
* [on](animatedimageprops.md#optional-on)
|
|
28
|
-
* [openExternalLinks](animatedimageprops.md#optional-openexternallinks)
|
|
29
|
-
* [pos](animatedimageprops.md#optional-pos)
|
|
30
|
-
* [ref](animatedimageprops.md#optional-ref)
|
|
31
|
-
* [scaledContents](animatedimageprops.md#optional-scaledcontents)
|
|
32
|
-
* [size](animatedimageprops.md#optional-size)
|
|
33
|
-
* [src](animatedimageprops.md#optional-src)
|
|
34
|
-
* [style](animatedimageprops.md#optional-style)
|
|
35
|
-
* [styleSheet](animatedimageprops.md#optional-stylesheet)
|
|
36
|
-
* [textInteractionFlags](animatedimageprops.md#optional-textinteractionflags)
|
|
37
|
-
* [visible](animatedimageprops.md#optional-visible)
|
|
38
|
-
* [windowFlags](animatedimageprops.md#optional-windowflags)
|
|
39
|
-
* [windowIcon](animatedimageprops.md#optional-windowicon)
|
|
40
|
-
* [windowOpacity](animatedimageprops.md#optional-windowopacity)
|
|
41
|
-
* [windowState](animatedimageprops.md#optional-windowstate)
|
|
42
|
-
* [windowTitle](animatedimageprops.md#optional-windowtitle)
|
|
43
|
-
* [wordWrap](animatedimageprops.md#optional-wordwrap)
|
|
44
|
-
|
|
45
|
-
## Properties
|
|
46
|
-
|
|
47
|
-
### `Optional` attributes
|
|
48
|
-
|
|
49
|
-
• **attributes**? : *[WidgetAttributesMap](../globals.md#widgetattributesmap)*
|
|
50
|
-
|
|
51
|
-
*Inherited from [ViewProps](viewprops.md).[attributes](viewprops.md#optional-attributes)*
|
|
52
|
-
|
|
53
|
-
Prop to set the Widget Attributes. example:
|
|
54
|
-
`<View attributes={{[WidgetAttributes.WA_Disabled]: true}} />`
|
|
55
|
-
|
|
56
|
-
___
|
|
57
|
-
|
|
58
|
-
### `Optional` buffer
|
|
59
|
-
|
|
60
|
-
• **buffer**? : *Buffer*
|
|
61
|
-
|
|
62
|
-
___
|
|
63
|
-
|
|
64
|
-
### `Optional` children
|
|
65
|
-
|
|
66
|
-
• **children**? : *string | number | Array‹string | number›*
|
|
67
|
-
|
|
68
|
-
*Inherited from [TextProps](textprops.md).[children](textprops.md#optional-children)*
|
|
69
|
-
|
|
70
|
-
___
|
|
71
|
-
|
|
72
|
-
### `Optional` cursor
|
|
73
|
-
|
|
74
|
-
• **cursor**? : *CursorShape | QCursor*
|
|
75
|
-
|
|
76
|
-
*Inherited from [ViewProps](viewprops.md).[cursor](viewprops.md#optional-cursor)*
|
|
77
|
-
|
|
78
|
-
Sets the window mouse cursor. [QWidget: setCursor](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetcursorcursor)
|
|
79
|
-
|
|
80
|
-
___
|
|
81
|
-
|
|
82
|
-
### `Optional` enabled
|
|
83
|
-
|
|
84
|
-
• **enabled**? : *undefined | false | true*
|
|
85
|
-
|
|
86
|
-
*Inherited from [ViewProps](viewprops.md).[enabled](viewprops.md#optional-enabled)*
|
|
87
|
-
|
|
88
|
-
Sets the property that tells whether the widget is enabled. In general an enabled widget handles keyboard and mouse events; a disabled widget does not. [QWidget: setEnabled](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetenabledenabled)
|
|
89
|
-
|
|
90
|
-
___
|
|
91
|
-
|
|
92
|
-
### `Optional` geometry
|
|
93
|
-
|
|
94
|
-
• **geometry**? : *[Geometry](../globals.md#geometry)*
|
|
95
|
-
|
|
96
|
-
*Inherited from [ViewProps](viewprops.md).[geometry](viewprops.md#optional-geometry)*
|
|
97
|
-
|
|
98
|
-
Sets the screen position as well as size of the widget. [QWidget: setGeometry](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetgeometryx-y-width-height)
|
|
99
|
-
|
|
100
|
-
___
|
|
101
|
-
|
|
102
|
-
### `Optional` id
|
|
103
|
-
|
|
104
|
-
• **id**? : *undefined | string*
|
|
105
|
-
|
|
106
|
-
*Inherited from [ViewProps](viewprops.md).[id](viewprops.md#optional-id)*
|
|
107
|
-
|
|
108
|
-
Sets the object name (id) of the widget in Qt. Object name can be analogous to id of an element in the web world. Using the objectName of the widget one can reference it in the Qt's stylesheet much like what we do with id in the web world. [QWidget: setObjectName](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetobjectnameobjectname)
|
|
109
|
-
|
|
110
|
-
___
|
|
111
|
-
|
|
112
|
-
### `Optional` maxSize
|
|
113
|
-
|
|
114
|
-
• **maxSize**? : *[Size](../globals.md#size)*
|
|
115
|
-
|
|
116
|
-
*Inherited from [ViewProps](viewprops.md).[maxSize](viewprops.md#optional-maxsize)*
|
|
117
|
-
|
|
118
|
-
Sets the maximum size of the widget. [QWidget: setMaximumSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetmaximumsizewidth-height)
|
|
119
|
-
|
|
120
|
-
___
|
|
121
|
-
|
|
122
|
-
### `Optional` minSize
|
|
123
|
-
|
|
124
|
-
• **minSize**? : *[Size](../globals.md#size)*
|
|
125
|
-
|
|
126
|
-
*Inherited from [ViewProps](viewprops.md).[minSize](viewprops.md#optional-minsize)*
|
|
127
|
-
|
|
128
|
-
Sets the minimum size of the widget. [QWidget: setMinimumSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetminimumsizewidth-height)
|
|
129
|
-
|
|
130
|
-
___
|
|
131
|
-
|
|
132
|
-
### `Optional` mouseTracking
|
|
133
|
-
|
|
134
|
-
• **mouseTracking**? : *undefined | false | true*
|
|
135
|
-
|
|
136
|
-
*Inherited from [ViewProps](viewprops.md).[mouseTracking](viewprops.md#optional-mousetracking)*
|
|
137
|
-
|
|
138
|
-
Sets the property that tells whether mouseTracking is enabled for the widget. [QWidget: setMouseTracking](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetmousetrackingismousetracked)
|
|
139
|
-
|
|
140
|
-
___
|
|
141
|
-
|
|
142
|
-
### `Optional` on
|
|
143
|
-
|
|
144
|
-
• **on**? : *Partial‹[WidgetEventListeners](../globals.md#widgeteventlisteners) | QLabelSignals›*
|
|
145
|
-
|
|
146
|
-
*Inherited from [ViewProps](viewprops.md).[on](viewprops.md#optional-on)*
|
|
147
|
-
|
|
148
|
-
Prop to set the event listener map. See [Handlong Events](/docs/guides/handle-events)
|
|
149
|
-
|
|
150
|
-
___
|
|
151
|
-
|
|
152
|
-
### `Optional` openExternalLinks
|
|
153
|
-
|
|
154
|
-
• **openExternalLinks**? : *undefined | false | true*
|
|
155
|
-
|
|
156
|
-
*Inherited from [TextProps](textprops.md).[openExternalLinks](textprops.md#optional-openexternallinks)*
|
|
157
|
-
|
|
158
|
-
___
|
|
159
|
-
|
|
160
|
-
### `Optional` pos
|
|
161
|
-
|
|
162
|
-
• **pos**? : *[Position](../globals.md#position)*
|
|
163
|
-
|
|
164
|
-
*Inherited from [ViewProps](viewprops.md).[pos](viewprops.md#optional-pos)*
|
|
165
|
-
|
|
166
|
-
Sets the screen position of the widget. [QWidget: move](https://docs.nodegui.org/docs/api/NodeWidget#widgetmovex-y)
|
|
167
|
-
|
|
168
|
-
___
|
|
169
|
-
|
|
170
|
-
### `Optional` ref
|
|
171
|
-
|
|
172
|
-
• **ref**? : *any*
|
|
173
|
-
|
|
174
|
-
*Inherited from [ViewProps](viewprops.md).[ref](viewprops.md#optional-ref)*
|
|
175
|
-
|
|
176
|
-
Prop to set the ref. The ref will return the underlying nodegui widget.
|
|
177
|
-
|
|
178
|
-
___
|
|
179
|
-
|
|
180
|
-
### `Optional` scaledContents
|
|
181
|
-
|
|
182
|
-
• **scaledContents**? : *undefined | false | true*
|
|
183
|
-
|
|
184
|
-
*Inherited from [TextProps](textprops.md).[scaledContents](textprops.md#optional-scaledcontents)*
|
|
185
|
-
|
|
186
|
-
___
|
|
187
|
-
|
|
188
|
-
### `Optional` size
|
|
189
|
-
|
|
190
|
-
• **size**? : *[ViewSize](../globals.md#viewsize)*
|
|
191
|
-
|
|
192
|
-
*Inherited from [ViewProps](viewprops.md).[size](viewprops.md#optional-size)*
|
|
193
|
-
|
|
194
|
-
Sets both the minimum and maximum sizes of the widget. [QWidget: setFixedSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetfixedsizewidth-height)
|
|
195
|
-
|
|
196
|
-
___
|
|
197
|
-
|
|
198
|
-
### `Optional` src
|
|
199
|
-
|
|
200
|
-
• **src**? : *undefined | string*
|
|
201
|
-
|
|
202
|
-
___
|
|
203
|
-
|
|
204
|
-
### `Optional` style
|
|
205
|
-
|
|
206
|
-
• **style**? : *undefined | string*
|
|
207
|
-
|
|
208
|
-
*Inherited from [ViewProps](viewprops.md).[style](viewprops.md#optional-style)*
|
|
209
|
-
|
|
210
|
-
Sets the inline stylesheet property. [QWidget: setInlineStyle](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetinlinestylestyle)
|
|
211
|
-
|
|
212
|
-
___
|
|
213
|
-
|
|
214
|
-
### `Optional` styleSheet
|
|
215
|
-
|
|
216
|
-
• **styleSheet**? : *undefined | string*
|
|
217
|
-
|
|
218
|
-
*Inherited from [ViewProps](viewprops.md).[styleSheet](viewprops.md#optional-stylesheet)*
|
|
219
|
-
|
|
220
|
-
Sets the property that holds the widget's style sheet. [QWidget: setStyleSheet](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetstylesheetstylesheet)
|
|
221
|
-
|
|
222
|
-
___
|
|
223
|
-
|
|
224
|
-
### `Optional` textInteractionFlags
|
|
225
|
-
|
|
226
|
-
• **textInteractionFlags**? : *TextInteractionFlag*
|
|
227
|
-
|
|
228
|
-
*Inherited from [TextProps](textprops.md).[textInteractionFlags](textprops.md#optional-textinteractionflags)*
|
|
229
|
-
|
|
230
|
-
___
|
|
231
|
-
|
|
232
|
-
### `Optional` visible
|
|
233
|
-
|
|
234
|
-
• **visible**? : *undefined | false | true*
|
|
235
|
-
|
|
236
|
-
*Inherited from [ViewProps](viewprops.md).[visible](viewprops.md#optional-visible)*
|
|
237
|
-
|
|
238
|
-
Shows or hides the widget and its children. [QWidget: show](https://docs.nodegui.org/docs/api/NodeWidget#widgetshow)
|
|
239
|
-
|
|
240
|
-
___
|
|
241
|
-
|
|
242
|
-
### `Optional` windowFlags
|
|
243
|
-
|
|
244
|
-
• **windowFlags**? : *[WindowFlagsMap](../globals.md#windowflagsmap)*
|
|
245
|
-
|
|
246
|
-
*Inherited from [ViewProps](viewprops.md).[windowFlags](viewprops.md#optional-windowflags)*
|
|
247
|
-
|
|
248
|
-
Prop to set the Widget flags. example:
|
|
249
|
-
`<View windowFlags={{[WindowType.SplashScreen]: true}} />`
|
|
250
|
-
|
|
251
|
-
___
|
|
252
|
-
|
|
253
|
-
### `Optional` windowIcon
|
|
254
|
-
|
|
255
|
-
• **windowIcon**? : *QIcon*
|
|
256
|
-
|
|
257
|
-
*Inherited from [ViewProps](viewprops.md).[windowIcon](viewprops.md#optional-windowicon)*
|
|
258
|
-
|
|
259
|
-
Sets the window icon. [QWidget: setWindowIcon](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowiconicon)
|
|
260
|
-
|
|
261
|
-
___
|
|
262
|
-
|
|
263
|
-
### `Optional` windowOpacity
|
|
264
|
-
|
|
265
|
-
• **windowOpacity**? : *undefined | number*
|
|
266
|
-
|
|
267
|
-
*Inherited from [ViewProps](viewprops.md).[windowOpacity](viewprops.md#optional-windowopacity)*
|
|
268
|
-
|
|
269
|
-
This property holds the level of opacity for the window. [QWidget: setWindowOpacity](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowopacityopacity)
|
|
270
|
-
|
|
271
|
-
___
|
|
272
|
-
|
|
273
|
-
### `Optional` windowState
|
|
274
|
-
|
|
275
|
-
• **windowState**? : *WindowState*
|
|
276
|
-
|
|
277
|
-
*Inherited from [ViewProps](viewprops.md).[windowState](viewprops.md#optional-windowstate)*
|
|
278
|
-
|
|
279
|
-
Sets the window state. [QWidget: setWindowState](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowstatestate)
|
|
280
|
-
|
|
281
|
-
___
|
|
282
|
-
|
|
283
|
-
### `Optional` windowTitle
|
|
284
|
-
|
|
285
|
-
• **windowTitle**? : *undefined | string*
|
|
286
|
-
|
|
287
|
-
*Inherited from [ViewProps](viewprops.md).[windowTitle](viewprops.md#optional-windowtitle)*
|
|
288
|
-
|
|
289
|
-
Sets the window title property. [QWidget: setWindowTitle](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowtitletitle)
|
|
290
|
-
|
|
291
|
-
___
|
|
292
|
-
|
|
293
|
-
### `Optional` wordWrap
|
|
294
|
-
|
|
295
|
-
• **wordWrap**? : *undefined | false | true*
|
|
296
|
-
|
|
297
|
-
*Inherited from [TextProps](textprops.md).[wordWrap](textprops.md#optional-wordwrap)*
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
id: "boxviewprops"
|
|
3
|
-
title: "BoxViewProps"
|
|
4
|
-
sidebar_label: "BoxViewProps"
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
## Hierarchy
|
|
8
|
-
|
|
9
|
-
↳ [ViewProps](viewprops.md)‹QBoxLayoutSignals›
|
|
10
|
-
|
|
11
|
-
↳ **BoxViewProps**
|
|
12
|
-
|
|
13
|
-
## Index
|
|
14
|
-
|
|
15
|
-
### Properties
|
|
16
|
-
|
|
17
|
-
* [attributes](boxviewprops.md#optional-attributes)
|
|
18
|
-
* [cursor](boxviewprops.md#optional-cursor)
|
|
19
|
-
* [direction](boxviewprops.md#optional-direction)
|
|
20
|
-
* [enabled](boxviewprops.md#optional-enabled)
|
|
21
|
-
* [geometry](boxviewprops.md#optional-geometry)
|
|
22
|
-
* [id](boxviewprops.md#optional-id)
|
|
23
|
-
* [maxSize](boxviewprops.md#optional-maxsize)
|
|
24
|
-
* [minSize](boxviewprops.md#optional-minsize)
|
|
25
|
-
* [mouseTracking](boxviewprops.md#optional-mousetracking)
|
|
26
|
-
* [on](boxviewprops.md#optional-on)
|
|
27
|
-
* [pos](boxviewprops.md#optional-pos)
|
|
28
|
-
* [ref](boxviewprops.md#optional-ref)
|
|
29
|
-
* [size](boxviewprops.md#optional-size)
|
|
30
|
-
* [style](boxviewprops.md#optional-style)
|
|
31
|
-
* [styleSheet](boxviewprops.md#optional-stylesheet)
|
|
32
|
-
* [visible](boxviewprops.md#optional-visible)
|
|
33
|
-
* [windowFlags](boxviewprops.md#optional-windowflags)
|
|
34
|
-
* [windowIcon](boxviewprops.md#optional-windowicon)
|
|
35
|
-
* [windowOpacity](boxviewprops.md#optional-windowopacity)
|
|
36
|
-
* [windowState](boxviewprops.md#optional-windowstate)
|
|
37
|
-
* [windowTitle](boxviewprops.md#optional-windowtitle)
|
|
38
|
-
|
|
39
|
-
## Properties
|
|
40
|
-
|
|
41
|
-
### `Optional` attributes
|
|
42
|
-
|
|
43
|
-
• **attributes**? : *[WidgetAttributesMap](../globals.md#widgetattributesmap)*
|
|
44
|
-
|
|
45
|
-
*Inherited from [ViewProps](viewprops.md).[attributes](viewprops.md#optional-attributes)*
|
|
46
|
-
|
|
47
|
-
Prop to set the Widget Attributes. example:
|
|
48
|
-
`<View attributes={{[WidgetAttributes.WA_Disabled]: true}} />`
|
|
49
|
-
|
|
50
|
-
___
|
|
51
|
-
|
|
52
|
-
### `Optional` cursor
|
|
53
|
-
|
|
54
|
-
• **cursor**? : *CursorShape | QCursor*
|
|
55
|
-
|
|
56
|
-
*Inherited from [ViewProps](viewprops.md).[cursor](viewprops.md#optional-cursor)*
|
|
57
|
-
|
|
58
|
-
Sets the window mouse cursor. [QWidget: setCursor](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetcursorcursor)
|
|
59
|
-
|
|
60
|
-
___
|
|
61
|
-
|
|
62
|
-
### `Optional` direction
|
|
63
|
-
|
|
64
|
-
• **direction**? : *Direction*
|
|
65
|
-
|
|
66
|
-
___
|
|
67
|
-
|
|
68
|
-
### `Optional` enabled
|
|
69
|
-
|
|
70
|
-
• **enabled**? : *undefined | false | true*
|
|
71
|
-
|
|
72
|
-
*Inherited from [ViewProps](viewprops.md).[enabled](viewprops.md#optional-enabled)*
|
|
73
|
-
|
|
74
|
-
Sets the property that tells whether the widget is enabled. In general an enabled widget handles keyboard and mouse events; a disabled widget does not. [QWidget: setEnabled](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetenabledenabled)
|
|
75
|
-
|
|
76
|
-
___
|
|
77
|
-
|
|
78
|
-
### `Optional` geometry
|
|
79
|
-
|
|
80
|
-
• **geometry**? : *[Geometry](../globals.md#geometry)*
|
|
81
|
-
|
|
82
|
-
*Inherited from [ViewProps](viewprops.md).[geometry](viewprops.md#optional-geometry)*
|
|
83
|
-
|
|
84
|
-
Sets the screen position as well as size of the widget. [QWidget: setGeometry](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetgeometryx-y-width-height)
|
|
85
|
-
|
|
86
|
-
___
|
|
87
|
-
|
|
88
|
-
### `Optional` id
|
|
89
|
-
|
|
90
|
-
• **id**? : *undefined | string*
|
|
91
|
-
|
|
92
|
-
*Inherited from [ViewProps](viewprops.md).[id](viewprops.md#optional-id)*
|
|
93
|
-
|
|
94
|
-
Sets the object name (id) of the widget in Qt. Object name can be analogous to id of an element in the web world. Using the objectName of the widget one can reference it in the Qt's stylesheet much like what we do with id in the web world. [QWidget: setObjectName](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetobjectnameobjectname)
|
|
95
|
-
|
|
96
|
-
___
|
|
97
|
-
|
|
98
|
-
### `Optional` maxSize
|
|
99
|
-
|
|
100
|
-
• **maxSize**? : *[Size](../globals.md#size)*
|
|
101
|
-
|
|
102
|
-
*Inherited from [ViewProps](viewprops.md).[maxSize](viewprops.md#optional-maxsize)*
|
|
103
|
-
|
|
104
|
-
Sets the maximum size of the widget. [QWidget: setMaximumSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetmaximumsizewidth-height)
|
|
105
|
-
|
|
106
|
-
___
|
|
107
|
-
|
|
108
|
-
### `Optional` minSize
|
|
109
|
-
|
|
110
|
-
• **minSize**? : *[Size](../globals.md#size)*
|
|
111
|
-
|
|
112
|
-
*Inherited from [ViewProps](viewprops.md).[minSize](viewprops.md#optional-minsize)*
|
|
113
|
-
|
|
114
|
-
Sets the minimum size of the widget. [QWidget: setMinimumSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetminimumsizewidth-height)
|
|
115
|
-
|
|
116
|
-
___
|
|
117
|
-
|
|
118
|
-
### `Optional` mouseTracking
|
|
119
|
-
|
|
120
|
-
• **mouseTracking**? : *undefined | false | true*
|
|
121
|
-
|
|
122
|
-
*Inherited from [ViewProps](viewprops.md).[mouseTracking](viewprops.md#optional-mousetracking)*
|
|
123
|
-
|
|
124
|
-
Sets the property that tells whether mouseTracking is enabled for the widget. [QWidget: setMouseTracking](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetmousetrackingismousetracked)
|
|
125
|
-
|
|
126
|
-
___
|
|
127
|
-
|
|
128
|
-
### `Optional` on
|
|
129
|
-
|
|
130
|
-
• **on**? : *Partial‹[WidgetEventListeners](../globals.md#widgeteventlisteners) | QBoxLayoutSignals›*
|
|
131
|
-
|
|
132
|
-
*Inherited from [ViewProps](viewprops.md).[on](viewprops.md#optional-on)*
|
|
133
|
-
|
|
134
|
-
Prop to set the event listener map. See [Handlong Events](/docs/guides/handle-events)
|
|
135
|
-
|
|
136
|
-
___
|
|
137
|
-
|
|
138
|
-
### `Optional` pos
|
|
139
|
-
|
|
140
|
-
• **pos**? : *[Position](../globals.md#position)*
|
|
141
|
-
|
|
142
|
-
*Inherited from [ViewProps](viewprops.md).[pos](viewprops.md#optional-pos)*
|
|
143
|
-
|
|
144
|
-
Sets the screen position of the widget. [QWidget: move](https://docs.nodegui.org/docs/api/NodeWidget#widgetmovex-y)
|
|
145
|
-
|
|
146
|
-
___
|
|
147
|
-
|
|
148
|
-
### `Optional` ref
|
|
149
|
-
|
|
150
|
-
• **ref**? : *any*
|
|
151
|
-
|
|
152
|
-
*Inherited from [ViewProps](viewprops.md).[ref](viewprops.md#optional-ref)*
|
|
153
|
-
|
|
154
|
-
Prop to set the ref. The ref will return the underlying nodegui widget.
|
|
155
|
-
|
|
156
|
-
___
|
|
157
|
-
|
|
158
|
-
### `Optional` size
|
|
159
|
-
|
|
160
|
-
• **size**? : *[ViewSize](../globals.md#viewsize)*
|
|
161
|
-
|
|
162
|
-
*Inherited from [ViewProps](viewprops.md).[size](viewprops.md#optional-size)*
|
|
163
|
-
|
|
164
|
-
Sets both the minimum and maximum sizes of the widget. [QWidget: setFixedSize](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetfixedsizewidth-height)
|
|
165
|
-
|
|
166
|
-
___
|
|
167
|
-
|
|
168
|
-
### `Optional` style
|
|
169
|
-
|
|
170
|
-
• **style**? : *undefined | string*
|
|
171
|
-
|
|
172
|
-
*Inherited from [ViewProps](viewprops.md).[style](viewprops.md#optional-style)*
|
|
173
|
-
|
|
174
|
-
Sets the inline stylesheet property. [QWidget: setInlineStyle](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetinlinestylestyle)
|
|
175
|
-
|
|
176
|
-
___
|
|
177
|
-
|
|
178
|
-
### `Optional` styleSheet
|
|
179
|
-
|
|
180
|
-
• **styleSheet**? : *undefined | string*
|
|
181
|
-
|
|
182
|
-
*Inherited from [ViewProps](viewprops.md).[styleSheet](viewprops.md#optional-stylesheet)*
|
|
183
|
-
|
|
184
|
-
Sets the property that holds the widget's style sheet. [QWidget: setStyleSheet](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetstylesheetstylesheet)
|
|
185
|
-
|
|
186
|
-
___
|
|
187
|
-
|
|
188
|
-
### `Optional` visible
|
|
189
|
-
|
|
190
|
-
• **visible**? : *undefined | false | true*
|
|
191
|
-
|
|
192
|
-
*Inherited from [ViewProps](viewprops.md).[visible](viewprops.md#optional-visible)*
|
|
193
|
-
|
|
194
|
-
Shows or hides the widget and its children. [QWidget: show](https://docs.nodegui.org/docs/api/NodeWidget#widgetshow)
|
|
195
|
-
|
|
196
|
-
___
|
|
197
|
-
|
|
198
|
-
### `Optional` windowFlags
|
|
199
|
-
|
|
200
|
-
• **windowFlags**? : *[WindowFlagsMap](../globals.md#windowflagsmap)*
|
|
201
|
-
|
|
202
|
-
*Inherited from [ViewProps](viewprops.md).[windowFlags](viewprops.md#optional-windowflags)*
|
|
203
|
-
|
|
204
|
-
Prop to set the Widget flags. example:
|
|
205
|
-
`<View windowFlags={{[WindowType.SplashScreen]: true}} />`
|
|
206
|
-
|
|
207
|
-
___
|
|
208
|
-
|
|
209
|
-
### `Optional` windowIcon
|
|
210
|
-
|
|
211
|
-
• **windowIcon**? : *QIcon*
|
|
212
|
-
|
|
213
|
-
*Inherited from [ViewProps](viewprops.md).[windowIcon](viewprops.md#optional-windowicon)*
|
|
214
|
-
|
|
215
|
-
Sets the window icon. [QWidget: setWindowIcon](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowiconicon)
|
|
216
|
-
|
|
217
|
-
___
|
|
218
|
-
|
|
219
|
-
### `Optional` windowOpacity
|
|
220
|
-
|
|
221
|
-
• **windowOpacity**? : *undefined | number*
|
|
222
|
-
|
|
223
|
-
*Inherited from [ViewProps](viewprops.md).[windowOpacity](viewprops.md#optional-windowopacity)*
|
|
224
|
-
|
|
225
|
-
This property holds the level of opacity for the window. [QWidget: setWindowOpacity](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowopacityopacity)
|
|
226
|
-
|
|
227
|
-
___
|
|
228
|
-
|
|
229
|
-
### `Optional` windowState
|
|
230
|
-
|
|
231
|
-
• **windowState**? : *WindowState*
|
|
232
|
-
|
|
233
|
-
*Inherited from [ViewProps](viewprops.md).[windowState](viewprops.md#optional-windowstate)*
|
|
234
|
-
|
|
235
|
-
Sets the window state. [QWidget: setWindowState](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowstatestate)
|
|
236
|
-
|
|
237
|
-
___
|
|
238
|
-
|
|
239
|
-
### `Optional` windowTitle
|
|
240
|
-
|
|
241
|
-
• **windowTitle**? : *undefined | string*
|
|
242
|
-
|
|
243
|
-
*Inherited from [ViewProps](viewprops.md).[windowTitle](viewprops.md#optional-windowtitle)*
|
|
244
|
-
|
|
245
|
-
Sets the window title property. [QWidget: setWindowTitle](https://docs.nodegui.org/docs/api/NodeWidget#widgetsetwindowtitletitle)
|