# URLパラメータを用いた操作(一覧)

## 使用できるURLパラメータ一覧

<table data-full-width="false"><thead><tr><th width="277">指定可能なパラメータ</th><th width="270">値</th><th width="425">説明</th><th width="111">controller</th><th>viewer</th></tr></thead><tbody><tr><td><code>d-name</code></td><td>string型<br>(名前の文字列)</td><td>デフォルトの接続デバイス名を指定する</td><td>⭕</td><td>⭕</td></tr><tr><td><code>only-timer-display</code></td><td>string型<br>(<code>time</code>/<code>title</code>/<code>currenttime</code>/<code>progress</code>)</td><td>表示中のタイマーの指定されたもののみ表示する</td><td>❌</td><td>⭕</td></tr><tr><td><code>hidden-timer-time</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーの時間を非表示にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>hidden-timer-title</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーのタイトルを非表示にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>hidden-timer-currenttime</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーの現在時刻を非表示にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>hidden-timer-progress</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーのプログレスバーを非表示にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>hidden-timer-button</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーのボタンを非表示にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>timer-bg-transparent</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーの背景を透過色にする</td><td>❌</td><td>⭕</td></tr><tr><td><code>vertical-flipped</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーを上下反転させる</td><td>❌</td><td>⭕</td></tr><tr><td><code>horizonal-flipped</code></td><td>bool型<br>(<code>true</code>/<code>false</code>)</td><td>表示中のタイマーを左右反転させる</td><td>❌</td><td>⭕</td></tr></tbody></table>

{% hint style="info" %}
複数のパラメータを指定する場合には、１つ目のパラメータを「?」で始め、２つ目以降のパラメータは「&」で区切ります。\
例: <https://timer-share.com/timer\\_sections/UUID><mark style="color:orange;">**?d-name=グループ1**</mark><mark style="color:purple;">**\&hidden-timer-button=true**</mark>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.timer-share.com/quick-start/advanced-settings-operation/use-url-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
