Home

Suggestion Type

This is an enumeration used in Stencila Schema for the kind of suggested edit.

It exists to classify whether a suggestion inserts, deletes, or modifies content so tools can render and apply suggestions consistently.

See the type properties on Suggestion and derived suggestion nodes for where this enumeration is used.

Members

The SuggestionType type has these members:

MemberDescription
InsertThe suggestion is an insertion of new content.
DeleteThe suggestion is a deletion of existing content.
ReplaceThe suggestion is a replacement of existing content with new content.

Bindings

The SuggestionType type is represented in:


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

© 2026 Stencila