UseInteraction
trait UseInteraction
Properties
protected string | $style | 样式 | |
protected int | $length |
Methods
styleDropdown(int $length = 5, bool $icon = false)
下拉样式
request(string $title, string $url)
请求
page(string $title, string $url, string $type)
页面
dialog(string $title, string $url, string $type)
对话框
copy(string $title, string $content)
复制内容
progress(string $title, string $url)
进度
Details
at line 31
UseInteraction
styleDropdown(int $length = 5, bool $icon = false)
下拉样式
at line 49
RequestAction
request(string $title, string $url)
请求
at line 65
PageAction
page(string $title, string $url, string $type)
页面
at line 82
DialogAction
dialog(string $title, string $url, string $type)
对话框
at line 97
CopyAction
copy(string $title, string $content)
复制内容
at line 113
ProgressAction
progress(string $title, string $url)
进度