Document Solutions Image Viewer
    Preparing search index...

    Type Alias PaintExecuteOptions

    Paint command execution options.

    type PaintExecuteOptions = {
        prevCommand?: PaintCommand;
        context: PaintDesignerContext;
    }

    Properties

    prevCommand?: PaintCommand

    Previous command.

    Designer paint context