EditorContentMode
public enum EditorContentMode
Content mode for Editor
. This may be used while decoding the content for the Editor/Renderer to let the Decoder know
which mode the content is being decoded for. For e.g. you may want to have different decoded value based on whether the
content is going to be displayed in EditorView
or RendererView
See also
EditorContentDecoding