1
0
Fork 0
mirror of https://github.com/sirjuddington/SLADE.git synced 2025-12-04 16:24:30 -05:00
Scripting: EntryType Type
Simon Judd edited this page 2017-07-12 12:35:49 +09:30

The EntryType type contains information about an entry's type/format.

Properties

Type Name Description
string id The type id
string name The type name
string extension The file extension used when saving entries of this type to a file
string formatId The type's data format id
string editor The id of the editor used to open entries of this type
string category The type category, used in the entry list filter