@kayelaa/canvas API - v0.3.2
    Preparing search index...

    Interface LocalUpdatableOperationConfig<T>

    interface LocalUpdatableOperationConfig<T extends Updatable> {
        shouldUpdate?(handle: LocalUpdatableHandle<T>): boolean;
        afterUpdate?(handle: LocalUpdatableHandle<T>): void;
    }

    Type Parameters

    Index

    Methods