37 lines
507 B
Markdown
37 lines
507 B
Markdown
|
---
|
||
|
title: ok
|
||
|
description: Object of this type returns on successful function call for some functions
|
||
|
---
|
||
|
## Constructor: ok
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Object of this type returns on successful function call for some functions
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|:-------------:|:--------:|------------:|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Ok](../types/Ok.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$ok = ['_' => 'ok', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
ok={_='ok', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|