Contents

allowedInteractions

Interactions that people can perform on this markup.

Declaration

var allowedInteractions: MarkupInteractions { get set }

Discussion

Use this to configure how people can interact with the markup, such as preventing resizing, rotation, or deletion. The default is .all, which allows all interactions. Set to .readOnly to prevent all modifications.

See Also

Controlling interactions