tinymist-query 0.14.16-rc1

Language queries for tinymist.
---
source: crates/tinymist-query/src/hover.rs
expression: content
input_file: crates/tinymist-query/src/fixtures/hover/example.typ
---
Range: 12:20:12:32

```typc
let speaker-note(
  note: any,
  mode: str = "typ",
  setting: (any) => any = Closure(..),
) = none;
```


======


Speaker notes are a way to add additional information to your slides that is not visible to the audience. This can be useful for providing additional context or reminders to yourself.

### Example

```typ
#box[This is a speaker note]
```

<img alt="typst-block" src="data:image-hash/svg+xml;base64,redacted" />

# Positional Parameters

## note

```typc
type: 
```



# Named Parameters

## mode

```typc
type: "typ"
```



## setting (named)

```typc
type: (any) => any
```