Tsarr Documentation - v1.8.0
Preparing search index...
Radarr
CustomFormatSpecificationSchema
Type Alias CustomFormatSpecificationSchema
type
CustomFormatSpecificationSchema
=
{
id
?:
number
;
name
?:
string
|
null
;
implementation
?:
string
|
null
;
implementationName
?:
string
|
null
;
infoLink
?:
string
|
null
;
negate
?:
boolean
;
required
?:
boolean
;
fields
?:
Radarr
.
Field
[]
|
null
;
presets
?:
Radarr
.
CustomFormatSpecificationSchema
[]
|
null
;
}
Index
Properties
id?
name?
implementation?
implementation
Name?
info
Link?
negate?
required?
fields?
presets?
Properties
Optional
id
id
?:
number
Optional
name
name
?:
string
|
null
Optional
implementation
implementation
?:
string
|
null
Optional
implementation
Name
implementationName
?:
string
|
null
Optional
info
Link
infoLink
?:
string
|
null
Optional
negate
negate
?:
boolean
Optional
required
required
?:
boolean
Optional
fields
fields
?:
Radarr
.
Field
[]
|
null
Optional
presets
presets
?:
Radarr
.
CustomFormatSpecificationSchema
[]
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
implementation
implementation
Name
info
Link
negate
required
fields
presets
Tsarr Documentation - v1.8.0
Loading...