# org.atsui.Fill

> Published by [atsui.org](https://lexicon.garden/identity/did:plc:e4fjueijznwqm2yxvt7q4mba)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:e4fjueijznwqm2yxvt7q4mba/org.atsui.Fill)
- [Documentation](https://lexicon.garden/lexicon/did:plc:e4fjueijznwqm2yxvt7q4mba/org.atsui.Fill/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:e4fjueijznwqm2yxvt7q4mba/org.atsui.Fill/examples)

## Definitions

### `org.atsui.Fill`

**Type**: `procedure`

Takes remaining space on the parent's main axis.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `children` | `unknown` | Yes |  |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "org.atsui.Fill",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "children"
          ],
          "properties": {
            "children": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Takes remaining space on the parent's main axis."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
