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