<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/WhiteboardIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV16WhiteboardIntentP"
  },
  "title" : "AppSchema.WhiteboardIntent"
}
-->

# AppSchema.WhiteboardIntent

Identifies intent schemas in the whiteboard domain.

```
protocol WhiteboardIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var createBoard: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/createBoard)

An intent schema that creates a new board.

[`var createItem: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/createItem)

An intent schema that adds an item to a board.

[`var deleteBoard: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/deleteBoard)

An intent schema that deletes one or more boards.

[`var deleteItem: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/deleteItem)

An intent schema that deletes the selected canvas items.

[`var openBoard: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/openBoard)

An intent schema that opens an existing board.

[`var updateBoard: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/updateBoard)

An intent schema that renames a board.

[`var updateItem: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/WhiteboardIntent/updateItem)

An intent schema that updates a board item.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)