@fimagine/writeboard
    Preparing search index...

    Interface ShapeEventMap

    interface ShapeEventMap {
        board_changed: CustomEvent<{ prev?: Board; shape: Shape }>;
        end_dirty: CustomEvent<{ prev?: Partial<IShapeData>; shape: Shape }>;
        start_dirty: CustomEvent<{ prev?: Partial<IShapeData>; shape: Shape }>;
    }
    Index

    Properties

    board_changed: CustomEvent<{ prev?: Board; shape: Shape }>
    end_dirty: CustomEvent<{ prev?: Partial<IShapeData>; shape: Shape }>
    start_dirty: CustomEvent<{ prev?: Partial<IShapeData>; shape: Shape }>