Parsifly logo

Parsifly Docs

API Reference

IEditorProps

Documentation for IEditorProps (256)

parsifly-extension-base / index / IEditorProps

Interface: IEditorProps

Defined in: lib/shared/components/Editor.ts:4

Properties

actions?

optional actions: Action[]

Defined in: lib/shared/components/Editor.ts:6

key

key: string

Defined in: lib/shared/components/Editor.ts:5

onDidReceiveMessage()?

optional onDidReceiveMessage: (...values) => Promise<void>

Defined in: lib/shared/components/Editor.ts:13

Parameters

values

...unknown[]

Returns

Promise<void>

resolve()?

optional resolve: (id) => Promise<void>

Defined in: lib/shared/components/Editor.ts:12

Listem for change of the item id that is edit in the moment

Parameters

id

string

Id of the content to be edited

Returns

Promise<void>