Interface RevertOptions

interface RevertOptions {
    soft?: boolean;
}

Properties

Properties

soft?: boolean

If soft then only dirty flag should be updated, otherwise the underlying data should be reverted as well.