✨ feat(tsl-api-reference): expand and reorganize api catalog
Flatten builtin pages, add third-party and platform scopes, and import financial and data warehouse references. Keep the existing generated index without rebuilding after signature normalization.
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
# Object - TCookie Cookie
|
||||
|
||||
## `TCookie`
|
||||
|
||||
声明:class
|
||||
|
||||
TCookie 内置对象
|
||||
|
||||
### `assign(src)`
|
||||
|
||||
声明:function
|
||||
|
||||
从Src复制Cookie的内容
|
||||
|
||||
可见性:public
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| `src` | any | src |
|
||||
|
||||
返回:any
|
||||
|
||||
### `assignTo(des)`
|
||||
|
||||
声明:function
|
||||
|
||||
复制Cookie的内容到Des
|
||||
|
||||
可见性:public
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| --- | --- | --- |
|
||||
| `des` | any | des |
|
||||
|
||||
返回:any
|
||||
|
||||
### `headerValue()`
|
||||
|
||||
声明:function
|
||||
|
||||
获得Cookie在Header里的串
|
||||
|
||||
可见性:public
|
||||
|
||||
返回:string
|
||||
|
||||
### `Domain`
|
||||
|
||||
声明:property
|
||||
|
||||
Cookie的作用域
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:string
|
||||
|
||||
访问:read/write
|
||||
|
||||
### `Expires`
|
||||
|
||||
声明:property
|
||||
|
||||
Cookie的过期时间
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:datetime
|
||||
|
||||
访问:read/write
|
||||
|
||||
### `Name`
|
||||
|
||||
声明:property
|
||||
|
||||
Cookie的名字
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:string
|
||||
|
||||
访问:read/write
|
||||
|
||||
### `Path`
|
||||
|
||||
声明:property
|
||||
|
||||
Cookie的作用路径
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:string
|
||||
|
||||
访问:read/write
|
||||
|
||||
### `Secure`
|
||||
|
||||
声明:property
|
||||
|
||||
是否仅对HTTPS安全连接有效
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:boolean
|
||||
|
||||
访问:read/write
|
||||
|
||||
### `Value`
|
||||
|
||||
声明:property
|
||||
|
||||
Cookie的值
|
||||
|
||||
可见性:public
|
||||
|
||||
类型:string
|
||||
|
||||
访问:read/write
|
||||
Reference in New Issue
Block a user