enter/utils
module
Functions
-
getCopyOnEnterAttributes( schema, allAttributes ) → IterableIterator<tuple>
internalmodule:enter/utils~getCopyOnEnterAttributes
Returns attributes that should be preserved on the enter keystroke.
Filtering is realized based on
copyOnEnter
attribute property. Read more about attribute properties here.Parameters
schema : ModelSchema
Model's schema.
allAttributes : Iterable<tuple>
Attributes to filter.
Returns
IterableIterator<tuple>