A facet reader can be used to fetch the value of a facet, through EditorState.facet or as a dependency in Facet.compute, but not to define new values for the facet.
EditorState.facet
Facet.compute
Dummy tag that makes sure TypeScript doesn't consider all object types as conforming to this type. Not actually present on the object.
A facet reader can be used to fetch the value of a facet, through
EditorState.facetor as a dependency inFacet.compute, but not to define new values for the facet.