SheetXL - v0.3.20
    Preparing search index...

    Interface IRepeatableOperation

    Indicates that an option is repeatable.

    interface IRepeatableOperation {
        description: string;
        repeat(): void;
    }
    Index

    Properties

    Methods

    Properties

    description: string

    A human readable description of the operation.

    Methods

    • Repeat the operation.

      Returns void