
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?
optionalactions:Action[]
Defined in: lib/shared/components/Editor.ts:6
key
key:
string
Defined in: lib/shared/components/Editor.ts:5
onDidReceiveMessage()?
optionalonDidReceiveMessage: (...values) =>Promise<void>
Defined in: lib/shared/components/Editor.ts:13
Parameters
values
...unknown[]
Returns
Promise<void>
resolve()?
optionalresolve: (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>