weasel API - v0.8.0
    Preparing search index...

    Interface UseStandardActionsOptionsExperimental

    interface UseStandardActionsOptions {
        activeTool?: ActiveToolContextValue;
        history?: History;
        pointer?: PointerContextValue;
        scene?: Scene<unknown, string, unknown>;
        selection?: SelectionApi;
        view?: ViewApi;
    }
    Index

    Properties

    Currently active tool id + hotkey-hold stack.

    history?: History

    Undo/redo history bound to the current scene.

    Canvas pointer position in world space.

    scene?: Scene<unknown, string, unknown>

    Scene tree — structural reads + undoable mutations.

    selection?: SelectionApi

    Kit selection state — ids of currently selected nodes.

    view?: ViewApi

    Current viewport — camera position + scale.