-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
1,536 additions
and
1,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
docs/api/carbonio-ui-preview.previewnavigatorprops.nexttooltip.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [PreviewNavigatorProps](./carbonio-ui-preview.previewnavigatorprops.md) > [nextTooltip](./carbonio-ui-preview.previewnavigatorprops.nexttooltip.md) | ||
|
||
## PreviewNavigatorProps.nextTooltip property | ||
|
||
Tooltip for the next icon button | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
nextTooltip?: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
docs/api/carbonio-ui-preview.previewnavigatorprops.previoustooltip.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [PreviewNavigatorProps](./carbonio-ui-preview.previewnavigatorprops.md) > [previousTooltip](./carbonio-ui-preview.previewnavigatorprops.previoustooltip.md) | ||
|
||
## PreviewNavigatorProps.previousTooltip property | ||
|
||
Tooltip for the previous icon button | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
previousTooltip?: string; | ||
``` |
26 changes: 13 additions & 13 deletions
26
docs/api/carbonio-ui-preview.videopreviewprops.errorlabel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [errorLabel](./carbonio-ui-preview.videopreviewprops.errorlabel.md) | ||
|
||
## VideoPreviewProps.errorLabel property | ||
|
||
Label shown when the preview cannot be shown | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
errorLabel?: string; | ||
``` | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [errorLabel](./carbonio-ui-preview.videopreviewprops.errorlabel.md) | ||
|
||
## VideoPreviewProps.errorLabel property | ||
|
||
Label shown when the preview cannot be shown | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
errorLabel?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) | ||
|
||
## VideoPreviewProps interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface VideoPreviewProps extends Omit<PreviewNavigatorProps, 'onOverlayClick'> | ||
``` | ||
**Extends:** Omit<[PreviewNavigatorProps](./carbonio-ui-preview.previewnavigatorprops.md)<!-- -->, 'onOverlayClick'> | ||
## Properties | ||
<table><thead><tr><th> | ||
Property | ||
</th><th> | ||
Modifiers | ||
</th><th> | ||
Type | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[errorLabel?](./carbonio-ui-preview.videopreviewprops.errorlabel.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
_(Optional)_ Label shown when the preview cannot be shown | ||
</td></tr> | ||
<tr><td> | ||
[mimeType?](./carbonio-ui-preview.videopreviewprops.mimetype.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
_(Optional)_ File mime type | ||
</td></tr> | ||
<tr><td> | ||
[src](./carbonio-ui-preview.videopreviewprops.src.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
Preview video source | ||
</td></tr> | ||
</tbody></table> | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) | ||
|
||
## VideoPreviewProps interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface VideoPreviewProps extends Omit<PreviewNavigatorProps, 'onOverlayClick'> | ||
``` | ||
**Extends:** Omit<[PreviewNavigatorProps](./carbonio-ui-preview.previewnavigatorprops.md)<!-- -->, 'onOverlayClick'> | ||
## Properties | ||
<table><thead><tr><th> | ||
Property | ||
</th><th> | ||
Modifiers | ||
</th><th> | ||
Type | ||
</th><th> | ||
Description | ||
</th></tr></thead> | ||
<tbody><tr><td> | ||
[errorLabel?](./carbonio-ui-preview.videopreviewprops.errorlabel.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
_(Optional)_ Label shown when the preview cannot be shown | ||
</td></tr> | ||
<tr><td> | ||
[mimeType?](./carbonio-ui-preview.videopreviewprops.mimetype.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
_(Optional)_ File mime type | ||
</td></tr> | ||
<tr><td> | ||
[src](./carbonio-ui-preview.videopreviewprops.src.md) | ||
</td><td> | ||
</td><td> | ||
string | ||
</td><td> | ||
Preview video source | ||
</td></tr> | ||
</tbody></table> |
26 changes: 13 additions & 13 deletions
26
docs/api/carbonio-ui-preview.videopreviewprops.mimetype.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [mimeType](./carbonio-ui-preview.videopreviewprops.mimetype.md) | ||
|
||
## VideoPreviewProps.mimeType property | ||
|
||
File mime type | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
mimeType?: string; | ||
``` | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [mimeType](./carbonio-ui-preview.videopreviewprops.mimetype.md) | ||
|
||
## VideoPreviewProps.mimeType property | ||
|
||
File mime type | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
mimeType?: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [src](./carbonio-ui-preview.videopreviewprops.src.md) | ||
|
||
## VideoPreviewProps.src property | ||
|
||
Preview video source | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
src: string; | ||
``` | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@zextras/carbonio-ui-preview](./carbonio-ui-preview.md) > [VideoPreviewProps](./carbonio-ui-preview.videopreviewprops.md) > [src](./carbonio-ui-preview.videopreviewprops.src.md) | ||
|
||
## VideoPreviewProps.src property | ||
|
||
Preview video source | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
src: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.