Skip to main content

Home > blockly > ReturnEphemeralFocus

ReturnEphemeralFocus type

Type declaration for returning focus to FocusManager upon completing an ephemeral UI flow (such as a dialog).

See FocusManager.takeEphemeralFocus for more details.

Signature:

export type ReturnEphemeralFocus = () => void;