Type aliases
SkinReplacements
SkinReplacements: {}
ExamComponentSkin
Exam
Component
Skin
: { skin_id
: string; replacements
: SkinReplacements; component_kind
?: "skin"; non_composite_skin_id
?: string }Type declaration
Readonly skin_id: string
Optional Readonly component_kind?: "skin"
Optional Readonly non_composite_skin_id?: string
Functions
isDefaultSkin
Parameters
Returns boolean
SINGLE_REPLACEMENT_SKINS
- SINGLE_REPLACEMENT_SKINS(target: string, replacements: readonly string[]): ExamComponentSkin[]
Parameters
target: string
replacements: readonly string[]