enter/utils
module
Functions
getCopyOnEnterAttributes( schema, allAttributes ) → IterableIterator<[ string, unknown ]>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<[ string, unknown ]>Attributes to filter.
Returns
IterableIterator<[ string, unknown ]>