mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add DisplayBufferMarker::getInvalidationStrategy
This commit is contained in:
@@ -129,6 +129,14 @@ class DisplayBufferMarker
|
|||||||
isReversed: ->
|
isReversed: ->
|
||||||
@bufferMarker.isReversed()
|
@bufferMarker.isReversed()
|
||||||
|
|
||||||
|
# Extended: Get the invalidation strategy for this marker.
|
||||||
|
#
|
||||||
|
# Valid values include: `never`, `surround`, `overlap`, `inside`, and `touch`.
|
||||||
|
#
|
||||||
|
# Returns a {String}.
|
||||||
|
getInvalidationStrategy: ->
|
||||||
|
@bufferMarker.getInvalidationStrategy()
|
||||||
|
|
||||||
# Extended: Returns an {Object} containing any custom properties associated with
|
# Extended: Returns an {Object} containing any custom properties associated with
|
||||||
# the marker.
|
# the marker.
|
||||||
getAttributes: ->
|
getAttributes: ->
|
||||||
|
|||||||
Reference in New Issue
Block a user