Method: MotionPrime::AbstractCollectionSection#collection_element_options

Defined in:
motion-prime/sections/abstract_collection.rb

#collection_element_optionsObject



160
161
162
163
164
165
166
167
# File 'motion-prime/sections/abstract_collection.rb', line 160

def collection_element_options
  container_options.except(:styles, :height, :hidden).merge({
    section: self.weak_ref,
    styles: collection_styles.values.flatten,
    delegate: collection_delegate,
    data_source: collection_delegate
  })
end