📝 Docs: Update README - Fix Tables
This commit is contained in:
parent
63fc25b476
commit
f8df2e3f25
22
README.md
22
README.md
@ -566,7 +566,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
|
||||
##### Object Type: `MenuAuxiliaryPreviewConfig`
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------------------------------------------------ | ----------- |
|
||||
| :----------------------------------------------------------- | ----------- |
|
||||
| 🔤 `height`<br/><br/>⚛️ `number` | TBA |
|
||||
| 🔤 `anchorPosition`<br/><br/>⚛️ `MenuAuxiliaryPreviewAnchorPosition`<br/><br/>✳️ **Default**: `automatic` | TBA |
|
||||
| 🔤 `alignmentHorizontal`<br/><br/>⚛️ `MenuAuxiliaryPreviewHorizontalAlignment`<br/><br/>✳️ **Default**: `stretchPreview` | TBA |
|
||||
@ -580,7 +580,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
|
||||
##### String Union Type: `MenuAuxiliaryPreviewAnchorPosition`
|
||||
|
||||
| Name and Type | Description |
|
||||
| -------------- | ----------- |
|
||||
| :------------- | ----------- |
|
||||
| ⚛️ `top` | TBA |
|
||||
| ⚛️ `bottom` | TBA |
|
||||
| ⚛️ `automatic` | TBA |
|
||||
@ -602,7 +602,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
|
||||
##### String Union Type: `UIViewAnimateOptions`
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------- | ----------- |
|
||||
| :------------------ | ----------- |
|
||||
| ⚛️ `curveEaseIn` | TBA |
|
||||
| ⚛️ `curveEaseOut` | TBA |
|
||||
| ⚛️ `curveEaseInOut` | TBA |
|
||||
@ -613,7 +613,7 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
|
||||
##### Object Type: `UIViewAnimateConfig`
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------------------------------------ | ----------- |
|
||||
| :----------------------------------------------- | ----------- |
|
||||
| 🔤 `duration`<br/><br/>⚛️ `number` | TBA |
|
||||
| 🔤 `delay`<br/><br/>⚛️ `number` | TBA |
|
||||
| 🔤 `options`<br/><br/>⚛️ `UIViewAnimateOptions[]` | TBA |
|
||||
@ -625,37 +625,37 @@ A union string type that maps to `UIMenu.Options` option set (see [apple docs](h
|
||||
This type is extends/union-ed with `UIViewAnimateConfig` object type, and such is not listed in this section. Please see `UIViewAnimateConfig` type for the other object properties.<br><br>This type is an object tagged union type, with the `transition` property being the tag that separates the unions. The table below defines the possible valid values that can be assigned to the `type` property (the subsequent tables are the different possible unions).
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------------------------------------------------ | ----------- |
|
||||
| :----------------------------------------------------------- | ----------- |
|
||||
| 🔤 `transition `<br/><br/>⚛️ `string` i.e. `'none' ¦ 'fade'`<br>`'slide' ¦ 'zoom' ¦ 'zoomAndSlide'` | TBA |
|
||||
|
||||
<br>
|
||||
|
||||
| Name and Type | Description |
|
||||
| ----------------------------------------------- | ----------- |
|
||||
| :---------------------------------------------- | ----------- |
|
||||
| 🔤 `transition`<br/><br/>⚛️ `string` i.e. `none` | TBA |
|
||||
|
||||
<br>
|
||||
|
||||
| Name and Type | Description |
|
||||
| ----------------------------------------------- | ----------- |
|
||||
| :---------------------------------------------- | ----------- |
|
||||
| 🔤 `transition`<br/><br/>⚛️ `string` i.e. `fade` | TBA |
|
||||
|
||||
<br>
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------------------------------------ | ----------- |
|
||||
| :----------------------------------------------- | ----------- |
|
||||
| 🔤 `transition`<br/><br/>⚛️ `string` i.e. `slide` | TBA |
|
||||
|
||||
<br>
|
||||
|
||||
| Name and Type | Description |
|
||||
| ----------------------------------------------- | ----------- |
|
||||
| :---------------------------------------------- | ----------- |
|
||||
| 🔤 `transition`<br/><br/>⚛️ `string` i.e. `zoom` | TBA |
|
||||
|
||||
<br>
|
||||
|
||||
| Name and Type | Description |
|
||||
| ------------------------------------------------------- | ----------- |
|
||||
| :------------------------------------------------------ | ----------- |
|
||||
| 🔤 `transition`<br/><br/>⚛️ `string` i.e. `zoomAndSlide` | TBA |
|
||||
|
||||
<br>
|
||||
@ -663,7 +663,7 @@ This type is extends/union-ed with `UIViewAnimateConfig` object type, and such i
|
||||
##### Mixed Union Type: `MenuAuxiliaryPreviewTransitionEntranceDelay`.
|
||||
|
||||
| Name and Type | Description |
|
||||
| ----------------- | ----------- |
|
||||
| :---------------- | ----------- |
|
||||
| ⚛️ `number` | TBA |
|
||||
| ⚛️ `RECOMMENDED` | TBA |
|
||||
| ⚛️ `AFTER_PREVIEW` | TBA |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user