Universeorange.com/Docs/

Priya library Function reference Element functions collection

    ready(() => {
        _('_').collection('selection.list', [1,2,3]);
        let list = _('_').collection('selection.list');
        console.log(list);
        _('_').collection('delete', 'selection.list');
    });

This function can hold a collection. You can either set, delete, or get a value with attribute.

Last modified: 2021-06-07

© 2021 universeorange.com