Sign up (with export icon)

enter/utils

Api-module icon module

Functions

  • Chevron-right icon

    getCopyOnEnterAttributes( schema, allAttributes ) → IterableIterator<tuple>
    internal

    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>