- Preparing search index...
- The search index is not available
messier-61
- default(__namedParameters: {
exporter: ((exportLocation: any) => void);
transformer: ((editorContentLines: string[]) => any);
}): null
-
Parameters
-
__namedParameters: {
exporter: ((exportLocation: any) => void);
transformer: ((editorContentLines: string[]) => any);
}
-
exporter: ((exportLocation: any) => void)
-
- (exportLocation: any): void
-
Returns void
-
transformer: ((editorContentLines: string[]) => any)
-
- (editorContentLines: string[]): any
-
Parameters
-
editorContentLines: string[]
Returns any
Returns null
Messier61OnChangePlugin implements the real-time capturing of editor content.
When user enters arbitrary text into the Editor, the side effect of this component gets immediately triggered.
The side effects performs the following two operations:
transformer
logic (@see Editor) to the list and turn it into a custome formatReturns
a standar lexical plugin
See
Lexical Plugin