Interface ExtraProps
Properties
OptionalconfigApp
configApp?: boolean
Overrides core config game setting option allowing the setting to be available to edit via
#standard/component/fvtt/settings!TJSSettingsEdit. This will hide the setting from the standard
Foundry settings configuration panel, but show it in the TRL settings edit panel.
Optionalfolder
folder?: string
The name of the TJSSvgFolder to put this setting in to group them.
Optionalreadonly
readonly?: boolean
Makes the input element readonly; useful for file input to prevent editing of the file path.
Defines extra props that are available to set for game setting with UI options and data.