Properties

name

The name of the extension

name: string

props

The default properties available to this extension

props: Props & Partial<SourceExtensionOptions>

factory

The factory function that runs when the extension is created

factory: SourceFactory<Props>