Search
Loading...
Skip to content

Type Alias: ShareSceneAction

type ShareSceneAction = () => void | Promise<void>;

Action function for handling scene sharing operations.

Returns#

void | Promise<void>

A promise that resolves when the share operation is complete, or void for synchronous operations