Skip to content

EditableFileView.onTitleChange method

EditableFileView › onTitleChange

Unofficial

Is called when the titleEl is changed.

Event type: 'input'.

Signature:

onTitleChange(titleEl: HTMLElement): void

Parameters:

Parameter Type Description
titleEl HTMLElement The title element of the view.

Returns: void