mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add DisplayBufferMarker::getInvalidationStrategy
This commit is contained in:
@@ -129,6 +129,14 @@ class DisplayBufferMarker
|
||||
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
|
||||
# the marker.
|
||||
getAttributes: ->
|
||||
|
||||
Reference in New Issue
Block a user