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

    Interface AlignAdapter<TPose>

    Adapter for useAlign.

    interface AlignAdapter<TPose> {
        applyOps?(ops: Op[], label?: string): void;
        getPose(id: NodeId): TPose;
        getSelection(): NodeId[];
    }

    Type Parameters

    • TPose
    Index

    Methods