Home

Island

This is a type used in Stencila Schema for an isolated region of document content.

It exists to represent content that is handled with its own compilation, rendering, or interaction boundary while still remaining inside the broader document model. This is useful for embedded applications, custom renderers, or sandboxed content regions.

Key properties describe the island content, source, and any execution or rendering context associated with it.

Properties

The Island type has these properties:

NameDescriptionTypeInherited from
contentThe content within the section.Block*-
isAutomaticWhether the island is automatically generated.Boolean-
isContinuationWhether the island is a continuation of a previous island.Boolean-
labelTypeThe type of the label for the island.LabelType-
labelA short label for the chunk.String-
labelAutomaticallyWhether the label should be automatically updated.Boolean-
otherIdsOther IDs for the island, in addition to the primary id.String*-
styleThe style to apply to the island.String-
idThe identifier for this item.StringEntity

Related

The Island type is related to these types:

Bindings

The Island type is represented in:


This documentation was generated from Island.yaml by docs_types.rs.

© 2026 Stencila