Skip to main content

API

load

Loads the current edition of the map from the saved data file.

DejaVu.load()

save

Saves the current edition of the map in the map folder.

DejaVu.save()

SetLayout

Saves every layout for all subcategories

Dejavu.setLayout()

Saves all layouts of the given subcategory.

Dejavu.setLayout(subcategory: string)

Saves the specific layout for a given subcategory.

Dejavu.setLayout(subcategory: string, id, number)