RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html 709 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980
  1. <!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>VendorPropertiesFallback | @rcsb/rcsb-saguaro-3d</title><meta name="description" content="Documentation for @rcsb/rcsb-saguaro-3d"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@rcsb/rcsb-saguaro-3d</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@rcsb/rcsb-saguaro-3d</a></li><li><a href="../modules/RcsbFv3DAssembly.html">RcsbFv3DAssembly</a></li><li><a href="../modules/RcsbFv3DAssembly._internal_.html">&lt;internal&gt;</a></li><li><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html">VendorPropertiesFallback</a></li></ul><h1>Interface VendorPropertiesFallback&lt;TLength, TTime&gt; </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-type-parameters"><h3>Type parameters</h3><ul class="tsd-type-parameters"><li><h4>TLength = <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">0</span></h4></li><li><h4>TTime = <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span></h4></li></ul></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><a href="../modules/RcsbFv3DAssembly._internal_.html#VendorLonghandPropertiesFallback" class="tsd-signature-type" data-tsd-kind="Type alias">VendorLonghandPropertiesFallback</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span></li><li><a href="../modules/RcsbFv3DAssembly._internal_.html#VendorShorthandPropertiesFallback" class="tsd-signature-type" data-tsd-kind="Type alias">VendorShorthandPropertiesFallback</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><ul class="tsd-hierarchy"><li><span class="target">VendorPropertiesFallback</span><ul class="tsd-hierarchy"><li><a href="RcsbFv3DAssembly._internal_.PropertiesFallback.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertiesFallback</a></li></ul></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section tsd-is-inherited tsd-is-external"><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimation" class="tsd-kind-icon">Moz<wbr/>Animation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDelay" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDirection" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDuration" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationFillMode" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Fill<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationIterationCount" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Iteration<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationName" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Name</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationPlayState" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Play<wbr/>State</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationTimingFunction" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAppearance" class="tsd-kind-icon">Moz<wbr/>Appearance</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBackfaceVisibility" class="tsd-kind-icon">Moz<wbr/>Backface<wbr/>Visibility</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderBottomColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Bottom<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndColor" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndStyle" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndWidth" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderImage" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderLeftColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Left<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderRightColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Right<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderStartColor" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderStartStyle" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderTopColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Top<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBoxSizing" class="tsd-kind-icon">Moz<wbr/>Box<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnCount" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnFill" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Fill</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnGap" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Gap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRule" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleColor" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleStyle" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleWidth" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnWidth" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumns" class="tsd-kind-icon">Moz<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozContextProperties" class="tsd-kind-icon">Moz<wbr/>Context<wbr/>Properties</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozFontFeatureSettings" class="tsd-kind-icon">Moz<wbr/>Font<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozFontLanguageOverride" class="tsd-kind-icon">Moz<wbr/>Font<wbr/>Language<wbr/>Override</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozHyphens" class="tsd-kind-icon">Moz<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozImageRegion" class="tsd-kind-icon">Moz<wbr/>Image<wbr/>Region</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozMarginEnd" class="tsd-kind-icon">Moz<wbr/>Margin<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozMarginStart" class="tsd-kind-icon">Moz<wbr/>Margin<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozOrient" class="tsd-kind-icon">Moz<wbr/>Orient</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozOsxFontSmoothing" class="tsd-kind-icon">Moz<wbr/>Osx<wbr/>Font<wbr/>Smoothing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPaddingEnd" class="tsd-kind-icon">Moz<wbr/>Padding<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPaddingStart" class="tsd-kind-icon">Moz<wbr/>Padding<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPerspective" class="tsd-kind-icon">Moz<wbr/>Perspective</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPerspectiveOrigin" class="tsd-kind-icon">Moz<wbr/>Perspective<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozStackSizing" class="tsd-kind-icon">Moz<wbr/>Stack<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTabSize" class="tsd-kind-icon">Moz<wbr/>Tab<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTextBlink" class="tsd-kind-icon">Moz<wbr/>Text<wbr/>Blink</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTextSizeAdjust" class="tsd-kind-icon">Moz<wbr/>Text<wbr/>Size<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransformOrigin" class="tsd-kind-icon">Moz<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransformStyle" class="tsd-kind-icon">Moz<wbr/>Transform<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransition" class="tsd-kind-icon">Moz<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionDelay" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionDuration" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionProperty" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionTimingFunction" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserFocus" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Focus</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserModify" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Modify</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserSelect" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozWindowDragging" class="tsd-kind-icon">Moz<wbr/>Window<wbr/>Dragging</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozWindowShadow" class="tsd-kind-icon">Moz<wbr/>Window<wbr/>Shadow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignContent" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Content</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignItems" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Items</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignSelf" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimation" class="tsd-kind-icon">Webkit<wbr/>Animation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDelay" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDirection" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDuration" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationFillMode" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Fill<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationIterationCount" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Iteration<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationName" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Name</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationPlayState" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Play<wbr/>State</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationTimingFunction" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAppearance" class="tsd-kind-icon">Webkit<wbr/>Appearance</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackdropFilter" class="tsd-kind-icon">Webkit<wbr/>Backdrop<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackfaceVisibility" class="tsd-kind-icon">Webkit<wbr/>Backface<wbr/>Visibility</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundClip" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Clip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundOrigin" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundSize" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBefore" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeColor" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeStyle" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeWidth" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBottomLeftRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Left<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBottomRightRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Right<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderImage" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderImageSlice" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image<wbr/>Slice</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderTopLeftRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Left<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderTopRightRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Right<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxDecorationBreak" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Decoration<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxReflect" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Reflect</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxShadow" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Shadow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxSizing" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitClipPath" class="tsd-kind-icon">Webkit<wbr/>Clip<wbr/>Path</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnCount" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnFill" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Fill</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnGap" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Gap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRule" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleColor" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleStyle" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleWidth" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnSpan" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Span</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnWidth" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumns" class="tsd-kind-icon">Webkit<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFilter" class="tsd-kind-icon">Webkit<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlex" class="tsd-kind-icon">Webkit<wbr/>Flex</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexBasis" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Basis</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexDirection" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexFlow" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Flow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexGrow" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Grow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexShrink" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Shrink</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexWrap" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Wrap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontFeatureSettings" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontKerning" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Kerning</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontSmoothing" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Smoothing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontVariantLigatures" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Variant<wbr/>Ligatures</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitHyphenateCharacter" class="tsd-kind-icon">Webkit<wbr/>Hyphenate<wbr/>Character</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitHyphens" class="tsd-kind-icon">Webkit<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitInitialLetter" class="tsd-kind-icon">Webkit<wbr/>Initial<wbr/>Letter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitJustifyContent" class="tsd-kind-icon">Webkit<wbr/>Justify<wbr/>Content</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitLineBreak" class="tsd-kind-icon">Webkit<wbr/>Line<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitLineClamp" class="tsd-kind-icon">Webkit<wbr/>Line<wbr/>Clamp</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMarginEnd" class="tsd-kind-icon">Webkit<wbr/>Margin<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMarginStart" class="tsd-kind-icon">Webkit<wbr/>Margin<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMask" class="tsd-kind-icon">Webkit<wbr/>Mask</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskAttachment" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Attachment</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImage" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageOutset" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Outset</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageRepeat" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Repeat</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageSlice" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Slice</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageSource" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageWidth" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskClip" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Clip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskComposite" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Composite</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskImage" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskOrigin" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPosition" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPositionX" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPositionY" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeat" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Repeat</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeatX" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeatY" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskSize" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaxInlineSize" class="tsd-kind-icon">Webkit<wbr/>Max<wbr/>Inline<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitOrder" class="tsd-kind-icon">Webkit<wbr/>Order</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitOverflowScrolling" class="tsd-kind-icon">Webkit<wbr/>Overflow<wbr/>Scrolling</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPaddingEnd" class="tsd-kind-icon">Webkit<wbr/>Padding<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPaddingStart" class="tsd-kind-icon">Webkit<wbr/>Padding<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPerspective" class="tsd-kind-icon">Webkit<wbr/>Perspective</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPerspectiveOrigin" class="tsd-kind-icon">Webkit<wbr/>Perspective<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPrintColorAdjust" class="tsd-kind-icon">Webkit<wbr/>Print<wbr/>Color<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitRubyPosition" class="tsd-kind-icon">Webkit<wbr/>Ruby<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitScrollSnapType" class="tsd-kind-icon">Webkit<wbr/>Scroll<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitShapeMargin" class="tsd-kind-icon">Webkit<wbr/>Shape<wbr/>Margin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTapHighlightColor" class="tsd-kind-icon">Webkit<wbr/>Tap<wbr/>Highlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextCombine" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Combine</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationLine" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Line</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationSkip" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Skip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationStyle" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasis" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisPosition" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisStyle" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextFillColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Fill<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextOrientation" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Orientation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextSizeAdjust" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Size<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStroke" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStrokeColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStrokeWidth" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextUnderlinePosition" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Underline<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTouchCallout" class="tsd-kind-icon">Webkit<wbr/>Touch<wbr/>Callout</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransform" class="tsd-kind-icon">Webkit<wbr/>Transform</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransformOrigin" class="tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransformStyle" class="tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransition" class="tsd-kind-icon">Webkit<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionDelay" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionDuration" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionProperty" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionTimingFunction" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitUserModify" class="tsd-kind-icon">Webkit<wbr/>User<wbr/>Modify</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitUserSelect" class="tsd-kind-icon">Webkit<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitWritingMode" class="tsd-kind-icon">Webkit<wbr/>Writing<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msAccelerator" class="tsd-kind-icon">ms<wbr/>Accelerator</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msAlignSelf" class="tsd-kind-icon">ms<wbr/>Align<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msBlockProgression" class="tsd-kind-icon">ms<wbr/>Block<wbr/>Progression</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomChaining" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Chaining</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimit" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimitMax" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Max</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimitMin" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Min</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnap" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnapPoints" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Points</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnapType" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZooming" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zooming</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFilter" class="tsd-kind-icon">ms<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlex" class="tsd-kind-icon">ms<wbr/>Flex</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlexDirection" class="tsd-kind-icon">ms<wbr/>Flex<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlexPositive" class="tsd-kind-icon">ms<wbr/>Flex<wbr/>Positive</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlowFrom" class="tsd-kind-icon">ms<wbr/>Flow<wbr/>From</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlowInto" class="tsd-kind-icon">ms<wbr/>Flow<wbr/>Into</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msGridColumns" class="tsd-kind-icon">ms<wbr/>Grid<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msGridRows" class="tsd-kind-icon">ms<wbr/>Grid<wbr/>Rows</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHighContrastAdjust" class="tsd-kind-icon">ms<wbr/>High<wbr/>Contrast<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitChars" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Chars</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitLines" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Lines</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitZone" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Zone</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphens" class="tsd-kind-icon">ms<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msImeAlign" class="tsd-kind-icon">ms<wbr/>Ime<wbr/>Align</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msJustifySelf" class="tsd-kind-icon">ms<wbr/>Justify<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msLineBreak" class="tsd-kind-icon">ms<wbr/>Line<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOrder" class="tsd-kind-icon">ms<wbr/>Order</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowStyle" class="tsd-kind-icon">ms<wbr/>Overflow<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowX" class="tsd-kind-icon">ms<wbr/>OverflowX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowY" class="tsd-kind-icon">ms<wbr/>OverflowY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollChaining" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Chaining</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimit" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Limit</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitXMax" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMax</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitXMin" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitYMax" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMax</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitYMin" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollRails" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Rails</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapPointsX" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapPointsY" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapType" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapX" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapY" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollTranslation" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Translation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbar3dlightColor" class="tsd-kind-icon">ms<wbr/>Scrollbar3dlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarArrowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Arrow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarBaseColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Base<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarDarkshadowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Darkshadow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarFaceColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Face<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarHighlightColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Highlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarShadowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Shadow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextAutospace" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Autospace</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextCombineHorizontal" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Combine<wbr/>Horizontal</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextOverflow" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Overflow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTouchAction" class="tsd-kind-icon">ms<wbr/>Touch<wbr/>Action</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTouchSelect" class="tsd-kind-icon">ms<wbr/>Touch<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransform" class="tsd-kind-icon">ms<wbr/>Transform</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransformOrigin" class="tsd-kind-icon">ms<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransition" class="tsd-kind-icon">ms<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionDelay" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionDuration" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionProperty" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionTimingFunction" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msUserSelect" class="tsd-kind-icon">ms<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWordBreak" class="tsd-kind-icon">ms<wbr/>Word<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapFlow" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Flow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapMargin" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Margin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapThrough" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Through</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWritingMode" class="tsd-kind-icon">ms<wbr/>Writing<wbr/>Mode</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<a href="#MozAnimation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Animation-1" class="tsd-signature-type" data-tsd-kind="Type alias">Animation</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#SingleAnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">SingleAnimationDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#SingleAnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">SingleAnimationFillMode</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;infinite&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;paused&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;running&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#EasingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">EasingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.MozAnimation</p><ul><li>Defined in node_modules/csstype/index.d.ts:7626</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  2. <p>The <strong><code>animation</code></strong> shorthand CSS property applies an animation between styles. It is a shorthand for <code>animation-name</code>, <code>animation-duration</code>, <code>animation-timing-function</code>, <code>animation-delay</code>, <code>animation-iteration-count</code>, <code>animation-direction</code>, <code>animation-fill-mode</code>, and <code>animation-play-state</code>.</p>
  3. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation&gt;#</code></p>
  4. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Delay<a href="#MozAnimationDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDelay" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDelay</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationDelay</p><ul><li>Defined in node_modules/csstype/index.d.ts:5817</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  5. <p>The <strong><code>animation-delay</code></strong> CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.</p>
  6. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  7. <p><strong>Initial value</strong>: <code>0s</code></p>
  8. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationDirection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Direction<a href="#MozAnimationDirection" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Direction<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDirection</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationDirection</p><ul><li>Defined in node_modules/csstype/index.d.ts:5825</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  9. <p>The <strong><code>animation-direction</code></strong> CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.</p>
  10. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-direction&gt;#</code></p>
  11. <p><strong>Initial value</strong>: <code>normal</code></p>
  12. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Duration<a href="#MozAnimationDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Duration<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDuration" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDuration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationDuration</p><ul><li>Defined in node_modules/csstype/index.d.ts:5833</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  13. <p>The <strong><code>animation-duration</code></strong> CSS property sets the length of time that an animation takes to complete one cycle.</p>
  14. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  15. <p><strong>Initial value</strong>: <code>0s</code></p>
  16. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationFillMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Fill<wbr/>Mode<a href="#MozAnimationFillMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Fill<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationFillMode</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationFillMode</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationFillMode</p><ul><li>Defined in node_modules/csstype/index.d.ts:5841</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  17. <p>The <strong><code>animation-fill-mode</code></strong> CSS property sets how a CSS animation applies styles to its target before and after its execution.</p>
  18. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-fill-mode&gt;#</code></p>
  19. <p><strong>Initial value</strong>: <code>none</code></p>
  20. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationIterationCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Iteration<wbr/>Count<a href="#MozAnimationIterationCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Iteration<wbr/>Count<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationIterationCount" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationIterationCount</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationIterationCount" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationIterationCount</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationIterationCount</p><ul><li>Defined in node_modules/csstype/index.d.ts:5849</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  21. <p>The <strong><code>animation-iteration-count</code></strong> CSS property sets the number of times an animation sequence should be played before stopping.</p>
  22. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-iteration-count&gt;#</code></p>
  23. <p><strong>Initial value</strong>: <code>1</code></p>
  24. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Name<a href="#MozAnimationName" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Name<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationName" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationName</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationName" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationName</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationName</p><ul><li>Defined in node_modules/csstype/index.d.ts:5857</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  25. <p>The <strong><code>animation-name</code></strong> CSS property specifies the names of one or more <code>@keyframes</code> at-rules describing the animation or animations to apply to the element.</p>
  26. </div><div><p><strong>Syntax</strong>: <code>[ none | &lt;keyframes-name&gt; ]#</code></p>
  27. <p><strong>Initial value</strong>: <code>none</code></p>
  28. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationPlayState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Play<wbr/>State<a href="#MozAnimationPlayState" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Play<wbr/>State<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationPlayState" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationPlayState</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationPlayState" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationPlayState</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationPlayState</p><ul><li>Defined in node_modules/csstype/index.d.ts:5865</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  29. <p>The <strong><code>animation-play-state</code></strong> CSS property sets whether an animation is running or paused.</p>
  30. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-play-state&gt;#</code></p>
  31. <p><strong>Initial value</strong>: <code>running</code></p>
  32. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAnimationTimingFunction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Animation<wbr/>Timing<wbr/>Function<a href="#MozAnimationTimingFunction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Animation<wbr/>Timing<wbr/>Function<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationTimingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationTimingFunction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAnimationTimingFunction</p><ul><li>Defined in node_modules/csstype/index.d.ts:5873</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  33. <p>The <strong><code>animation-timing-function</code></strong> CSS property sets how an animation progresses through the duration of each cycle.</p>
  34. </div><div><p><strong>Syntax</strong>: <code>&lt;easing-function&gt;#</code></p>
  35. <p><strong>Initial value</strong>: <code>ease</code></p>
  36. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozAppearance" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Appearance<a href="#MozAppearance" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Appearance<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozAppearance" class="tsd-signature-type" data-tsd-kind="Type alias">MozAppearance</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozAppearance" class="tsd-signature-type" data-tsd-kind="Type alias">MozAppearance</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozAppearance</p><ul><li>Defined in node_modules/csstype/index.d.ts:5881</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  37. <p>The <strong><code>appearance</code></strong> CSS property is used to display an element using platform-native styling, based on the operating system&#39;s theme. The <strong><code>-moz-appearance</code></strong> and <strong><code>-webkit-appearance</code></strong> properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support <strong><code>-webkit-appearance</code></strong>, for compatibility reasons.</p>
  38. </div><div><p><strong>Syntax</strong>: <code>none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized</code></p>
  39. <p><strong>Initial value</strong>: <code>none</code> (but this value is overridden in the user agent CSS)</p>
  40. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBackfaceVisibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Backface<wbr/>Visibility<a href="#MozBackfaceVisibility" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Backface<wbr/>Visibility<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackfaceVisibility" class="tsd-signature-type" data-tsd-kind="Type alias">BackfaceVisibility</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BackfaceVisibility" class="tsd-signature-type" data-tsd-kind="Type alias">BackfaceVisibility</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBackfaceVisibility</p><ul><li>Defined in node_modules/csstype/index.d.ts:5889</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  41. <p>The <strong><code>backface-visibility</code></strong> CSS property sets whether the back face of an element is visible when turned towards the user.</p>
  42. </div><div><p><strong>Syntax</strong>: <code>visible | hidden</code></p>
  43. <p><strong>Initial value</strong>: <code>visible</code></p>
  44. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderBottomColors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Bottom<wbr/>Colors<a href="#MozBorderBottomColors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Bottom<wbr/>Colors<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderBottomColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderBottomColors</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderBottomColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderBottomColors</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderBottomColors</p><ul><li>Defined in node_modules/csstype/index.d.ts:5897</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  45. <p>In Mozilla applications like Firefox, the <strong><code>-moz-border-bottom-colors</code></strong> CSS property sets a list of colors for the bottom border.</p>
  46. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;+ | none</code></p>
  47. <p><strong>Initial value</strong>: <code>none</code></p>
  48. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderEndColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>End<wbr/>Color<a href="#MozBorderEndColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineEndColor" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineEndColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineEndColor" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineEndColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderEndColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:5905</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  49. <p>The <strong><code>border-inline-end-color</code></strong> CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>border-top-color</code>, <code>border-right-color</code>, <code>border-bottom-color</code>, or <code>border-left-color</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  50. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-top-color&#39;&gt;</code></p>
  51. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  52. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderEndStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>End<wbr/>Style<a href="#MozBorderEndStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineEndStyle" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineEndStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineEndStyle" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineEndStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderEndStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:5913</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  53. <p>The <strong><code>border-inline-end-style</code></strong> CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>border-top-style</code>, <code>border-right-style</code>, <code>border-bottom-style</code>, or <code>border-left-style</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  54. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-top-style&#39;&gt;</code></p>
  55. <p><strong>Initial value</strong>: <code>none</code></p>
  56. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderEndWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>End<wbr/>Width<a href="#MozBorderEndWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineEndWidth" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineEndWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderEndWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:5921</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  57. <p>The <strong><code>border-inline-end-width</code></strong> CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>border-top-width</code>, <code>border-right-width</code>, <code>border-bottom-width</code>, or <code>border-left-width</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  58. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-top-width&#39;&gt;</code></p>
  59. <p><strong>Initial value</strong>: <code>medium</code></p>
  60. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Image<a href="#MozBorderImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Image<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImage" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImage</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImage" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImage</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.MozBorderImage</p><ul><li>Defined in node_modules/csstype/index.d.ts:7632</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  61. <p>The <strong><code>border-image</code></strong> CSS property draws an image around a given element. It replaces the element&#39;s regular border.</p>
  62. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-image-source&#39;&gt; || &lt;&#39;border-image-slice&#39;&gt; [ / &lt;&#39;border-image-width&#39;&gt; | / &lt;&#39;border-image-width&#39;&gt;? / &lt;&#39;border-image-outset&#39;&gt; ]? || &lt;&#39;border-image-repeat&#39;&gt;</code></p>
  63. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderLeftColors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Left<wbr/>Colors<a href="#MozBorderLeftColors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Left<wbr/>Colors<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderLeftColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderLeftColors</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderLeftColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderLeftColors</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderLeftColors</p><ul><li>Defined in node_modules/csstype/index.d.ts:5929</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  64. <p>In Mozilla applications like Firefox, the <strong><code>-moz-border-left-colors</code></strong> CSS property sets a list of colors for the left border.</p>
  65. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;+ | none</code></p>
  66. <p><strong>Initial value</strong>: <code>none</code></p>
  67. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderRightColors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Right<wbr/>Colors<a href="#MozBorderRightColors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Right<wbr/>Colors<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderRightColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderRightColors</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderRightColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderRightColors</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderRightColors</p><ul><li>Defined in node_modules/csstype/index.d.ts:5937</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  68. <p>In Mozilla applications like Firefox, the <strong><code>-moz-border-right-colors</code></strong> CSS property sets a list of colors for the right border.</p>
  69. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;+ | none</code></p>
  70. <p><strong>Initial value</strong>: <code>none</code></p>
  71. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderStartColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Start<wbr/>Color<a href="#MozBorderStartColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineStartColor" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineStartColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineStartColor" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineStartColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderStartColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:5945</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  72. <p>The <strong><code>border-inline-start-color</code></strong> CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>border-top-color</code>, <code>border-right-color</code>, <code>border-bottom-color</code>, or <code>border-left-color</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  73. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-top-color&#39;&gt;</code></p>
  74. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  75. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderStartStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Start<wbr/>Style<a href="#MozBorderStartStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineStartStyle" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineStartStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderInlineStartStyle" class="tsd-signature-type" data-tsd-kind="Type alias">BorderInlineStartStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderStartStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:5953</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  76. <p>The <strong><code>border-inline-start-style</code></strong> CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>border-top-style</code>, <code>border-right-style</code>, <code>border-bottom-style</code>, or <code>border-left-style</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  77. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-top-style&#39;&gt;</code></p>
  78. <p><strong>Initial value</strong>: <code>none</code></p>
  79. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBorderTopColors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Border<wbr/>Top<wbr/>Colors<a href="#MozBorderTopColors" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Border<wbr/>Top<wbr/>Colors<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderTopColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderTopColors</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozBorderTopColors" class="tsd-signature-type" data-tsd-kind="Type alias">MozBorderTopColors</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBorderTopColors</p><ul><li>Defined in node_modules/csstype/index.d.ts:5961</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  80. <p>In Mozilla applications like Firefox, the <strong><code>-moz-border-top-colors</code></strong> CSS property sets a list of colors for the top border.</p>
  81. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;+ | none</code></p>
  82. <p><strong>Initial value</strong>: <code>none</code></p>
  83. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozBoxSizing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Box<wbr/>Sizing<a href="#MozBoxSizing" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Box<wbr/>Sizing<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BoxSizing" class="tsd-signature-type" data-tsd-kind="Type alias">BoxSizing</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BoxSizing" class="tsd-signature-type" data-tsd-kind="Type alias">BoxSizing</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozBoxSizing</p><ul><li>Defined in node_modules/csstype/index.d.ts:5969</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  84. <p>The <strong><code>box-sizing</code></strong> CSS property sets how the total width and height of an element is calculated.</p>
  85. </div><div><p><strong>Syntax</strong>: <code>content-box | border-box</code></p>
  86. <p><strong>Initial value</strong>: <code>content-box</code></p>
  87. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Count<a href="#MozColumnCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Count<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnCount" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnCount</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnCount" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnCount</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnCount</p><ul><li>Defined in node_modules/csstype/index.d.ts:5977</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  88. <p>The <strong><code>column-count</code></strong> CSS property breaks an element&#39;s content into the specified number of columns.</p>
  89. </div><div><p><strong>Syntax</strong>: <code>&lt;integer&gt; | auto</code></p>
  90. <p><strong>Initial value</strong>: <code>auto</code></p>
  91. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnFill" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Fill<a href="#MozColumnFill" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Fill<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnFill" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnFill</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnFill" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnFill</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnFill</p><ul><li>Defined in node_modules/csstype/index.d.ts:5985</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  92. <p>The <strong><code>column-fill</code></strong> CSS property controls how an element&#39;s contents are balanced when broken into columns.</p>
  93. </div><div><p><strong>Syntax</strong>: <code>auto | balance | balance-all</code></p>
  94. <p><strong>Initial value</strong>: <code>balance</code></p>
  95. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnGap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Gap<a href="#MozColumnGap" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Gap<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnGap" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnGap</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;normal&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnGap</p><ul><li>Defined in node_modules/csstype/index.d.ts:5993</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  96. <p>The <strong><code>column-gap</code></strong> CSS property sets the size of the gap (gutter) between an element&#39;s columns.</p>
  97. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;length-percentage&gt;</code></p>
  98. <p><strong>Initial value</strong>: <code>normal</code></p>
  99. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnRule" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Rule<a href="#MozColumnRule" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRule" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRule</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Color-3" class="tsd-signature-type" data-tsd-kind="Type alias">Color</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#LineStyle" class="tsd-signature-type" data-tsd-kind="Type alias">LineStyle</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.MozColumnRule</p><ul><li>Defined in node_modules/csstype/index.d.ts:7638</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  100. <p>The <strong><code>column-rule</code></strong> shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.</p>
  101. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;column-rule-width&#39;&gt; || &lt;&#39;column-rule-style&#39;&gt; || &lt;&#39;column-rule-color&#39;&gt;</code></p>
  102. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnRuleColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Rule<wbr/>Color<a href="#MozColumnRuleColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleColor" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleColor" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnRuleColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6001</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  103. <p>The <strong><code>column-rule-color</code></strong> CSS property sets the color of the line drawn between columns in a multi-column layout.</p>
  104. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  105. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  106. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnRuleStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Rule<wbr/>Style<a href="#MozColumnRuleStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleStyle" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleStyle" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnRuleStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:6009</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  107. <p>The <strong><code>column-rule-style</code></strong> CSS property sets the style of the line drawn between columns in a multi-column layout.</p>
  108. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-style&#39;&gt;</code></p>
  109. <p><strong>Initial value</strong>: <code>none</code></p>
  110. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnRuleWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Rule<wbr/>Width<a href="#MozColumnRuleWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleWidth" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnRuleWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:6017</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  111. <p>The <strong><code>column-rule-width</code></strong> CSS property sets the width of the line drawn between columns in a multi-column layout.</p>
  112. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-width&#39;&gt;</code></p>
  113. <p><strong>Initial value</strong>: <code>medium</code></p>
  114. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumnWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Column<wbr/>Width<a href="#MozColumnWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Column<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnWidth" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozColumnWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:6025</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  115. <p>The <strong><code>column-width</code></strong> CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the <code>column-width</code> value. If the width of the container is narrower than the specified value, the single column&#39;s width will be smaller than the declared column width.</p>
  116. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt; | auto</code></p>
  117. <p><strong>Initial value</strong>: <code>auto</code></p>
  118. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozColumns" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Columns<a href="#MozColumns" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Columns<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Columns" class="tsd-signature-type" data-tsd-kind="Type alias">Columns</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.MozColumns</p><ul><li>Defined in node_modules/csstype/index.d.ts:7644</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  119. <p>The <strong><code>columns</code></strong> CSS shorthand property sets the number of columns to use when drawing an element&#39;s contents, as well as those columns&#39; widths.</p>
  120. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;column-width&#39;&gt; || &lt;&#39;column-count&#39;&gt;</code></p>
  121. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozContextProperties" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Context<wbr/>Properties<a href="#MozContextProperties" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Context<wbr/>Properties<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozContextProperties" class="tsd-signature-type" data-tsd-kind="Type alias">MozContextProperties</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozContextProperties" class="tsd-signature-type" data-tsd-kind="Type alias">MozContextProperties</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozContextProperties</p><ul><li>Defined in node_modules/csstype/index.d.ts:6033</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  122. <p>The <strong><code>-moz-context-properties</code></strong> property can be used within privileged contexts in Firefox to share the values of specified properties of the element with a child SVG image.</p>
  123. </div><div><p><strong>Syntax</strong>: <code>none | [ fill | fill-opacity | stroke | stroke-opacity ]#</code></p>
  124. <p><strong>Initial value</strong>: <code>none</code></p>
  125. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozFontFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Font<wbr/>Feature<wbr/>Settings<a href="#MozFontFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Font<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontFeatureSettings" class="tsd-signature-type" data-tsd-kind="Type alias">FontFeatureSettings</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FontFeatureSettings" class="tsd-signature-type" data-tsd-kind="Type alias">FontFeatureSettings</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozFontFeatureSettings</p><ul><li>Defined in node_modules/csstype/index.d.ts:6041</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  126. <p>The <strong><code>font-feature-settings</code></strong> CSS property controls advanced typographic features in OpenType fonts.</p>
  127. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;feature-tag-value&gt;#</code></p>
  128. <p><strong>Initial value</strong>: <code>normal</code></p>
  129. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozFontLanguageOverride" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Font<wbr/>Language<wbr/>Override<a href="#MozFontLanguageOverride" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Font<wbr/>Language<wbr/>Override<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontLanguageOverride" class="tsd-signature-type" data-tsd-kind="Type alias">FontLanguageOverride</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FontLanguageOverride" class="tsd-signature-type" data-tsd-kind="Type alias">FontLanguageOverride</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozFontLanguageOverride</p><ul><li>Defined in node_modules/csstype/index.d.ts:6049</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  130. <p>The <strong><code>font-language-override</code></strong> CSS property controls the use of language-specific glyphs in a typeface.</p>
  131. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;string&gt;</code></p>
  132. <p><strong>Initial value</strong>: <code>normal</code></p>
  133. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozHyphens" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Hyphens<a href="#MozHyphens" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Hyphens<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozHyphens</p><ul><li>Defined in node_modules/csstype/index.d.ts:6057</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  134. <p>The <strong><code>hyphens</code></strong> CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.</p>
  135. </div><div><p><strong>Syntax</strong>: <code>none | manual | auto</code></p>
  136. <p><strong>Initial value</strong>: <code>manual</code></p>
  137. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozImageRegion" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Image<wbr/>Region<a href="#MozImageRegion" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Image<wbr/>Region<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozImageRegion" class="tsd-signature-type" data-tsd-kind="Type alias">MozImageRegion</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozImageRegion" class="tsd-signature-type" data-tsd-kind="Type alias">MozImageRegion</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozImageRegion</p><ul><li>Defined in node_modules/csstype/index.d.ts:6065</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  138. <p>For certain XUL elements and pseudo-elements that use an image from the <code>list-style-image</code> property, this property specifies a region of the image that is used in place of the whole image. This allows elements to use different pieces of the same image to improve performance.</p>
  139. </div><div><p><strong>Syntax</strong>: <code>&lt;shape&gt; | auto</code></p>
  140. <p><strong>Initial value</strong>: <code>auto</code></p>
  141. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozMarginEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Margin<wbr/>End<a href="#MozMarginEnd" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Margin<wbr/>End<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MarginInlineEnd" class="tsd-signature-type" data-tsd-kind="Type alias">MarginInlineEnd</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozMarginEnd</p><ul><li>Defined in node_modules/csstype/index.d.ts:6073</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  142. <p>The <strong><code>margin-inline-end</code></strong> CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element&#39;s writing mode, directionality, and text orientation. In other words, it corresponds to the <code>margin-top</code>, <code>margin-right</code>, <code>margin-bottom</code> or <code>margin-left</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  143. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;margin-left&#39;&gt;</code></p>
  144. <p><strong>Initial value</strong>: <code>0</code></p>
  145. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozMarginStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Margin<wbr/>Start<a href="#MozMarginStart" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Margin<wbr/>Start<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MarginInlineStart" class="tsd-signature-type" data-tsd-kind="Type alias">MarginInlineStart</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozMarginStart</p><ul><li>Defined in node_modules/csstype/index.d.ts:6081</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  146. <p>The <strong><code>margin-inline-start</code></strong> CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>margin-top</code>, <code>margin-right</code>, <code>margin-bottom</code>, or <code>margin-left</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  147. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;margin-left&#39;&gt;</code></p>
  148. <p><strong>Initial value</strong>: <code>0</code></p>
  149. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozOrient" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Orient<a href="#MozOrient" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Orient<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozOrient" class="tsd-signature-type" data-tsd-kind="Type alias">MozOrient</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozOrient" class="tsd-signature-type" data-tsd-kind="Type alias">MozOrient</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozOrient</p><ul><li>Defined in node_modules/csstype/index.d.ts:6089</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  150. <p>The <strong><code>-moz-orient</code></strong> CSS property specifies the orientation of the element to which it&#39;s applied.</p>
  151. </div><div><p><strong>Syntax</strong>: <code>inline | block | horizontal | vertical</code></p>
  152. <p><strong>Initial value</strong>: <code>inline</code></p>
  153. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozOsxFontSmoothing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Osx<wbr/>Font<wbr/>Smoothing<a href="#MozOsxFontSmoothing" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Osx<wbr/>Font<wbr/>Smoothing<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontSmooth" class="tsd-signature-type" data-tsd-kind="Type alias">FontSmooth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;always&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AbsoluteSize" class="tsd-signature-type" data-tsd-kind="Type alias">AbsoluteSize</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;never&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozOsxFontSmoothing</p><ul><li>Defined in node_modules/csstype/index.d.ts:6097</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  154. <p>The <strong><code>font-smooth</code></strong> CSS property controls the application of anti-aliasing when fonts are rendered.</p>
  155. </div><div><p><strong>Syntax</strong>: <code>auto | never | always | &lt;absolute-size&gt; | &lt;length&gt;</code></p>
  156. <p><strong>Initial value</strong>: <code>auto</code></p>
  157. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozPaddingEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Padding<wbr/>End<a href="#MozPaddingEnd" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Padding<wbr/>End<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PaddingInlineEnd" class="tsd-signature-type" data-tsd-kind="Type alias">PaddingInlineEnd</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozPaddingEnd</p><ul><li>Defined in node_modules/csstype/index.d.ts:6105</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  158. <p>The <strong><code>padding-inline-end</code></strong> CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element&#39;s writing mode, directionality, and text orientation.</p>
  159. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;padding-left&#39;&gt;</code></p>
  160. <p><strong>Initial value</strong>: <code>0</code></p>
  161. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozPaddingStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Padding<wbr/>Start<a href="#MozPaddingStart" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Padding<wbr/>Start<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PaddingInlineStart" class="tsd-signature-type" data-tsd-kind="Type alias">PaddingInlineStart</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozPaddingStart</p><ul><li>Defined in node_modules/csstype/index.d.ts:6113</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  162. <p>The <strong><code>padding-inline-start</code></strong> CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element&#39;s writing mode, directionality, and text orientation.</p>
  163. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;padding-left&#39;&gt;</code></p>
  164. <p><strong>Initial value</strong>: <code>0</code></p>
  165. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozPerspective" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Perspective<a href="#MozPerspective" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Perspective<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Perspective" class="tsd-signature-type" data-tsd-kind="Type alias">Perspective</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozPerspective</p><ul><li>Defined in node_modules/csstype/index.d.ts:6121</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  166. <p>The <strong><code>perspective</code></strong> CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective.</p>
  167. </div><div><p><strong>Syntax</strong>: <code>none | &lt;length&gt;</code></p>
  168. <p><strong>Initial value</strong>: <code>none</code></p>
  169. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozPerspectiveOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Perspective<wbr/>Origin<a href="#MozPerspectiveOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Perspective<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PerspectiveOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">PerspectiveOrigin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozPerspectiveOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6129</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  170. <p>The <strong><code>perspective-origin</code></strong> CSS property determines the position at which the viewer is looking. It is used as the <em>vanishing point</em> by the <code>perspective</code> property.</p>
  171. </div><div><p><strong>Syntax</strong>: <code>&lt;position&gt;</code></p>
  172. <p><strong>Initial value</strong>: <code>50% 50%</code></p>
  173. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozStackSizing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Stack<wbr/>Sizing<a href="#MozStackSizing" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Stack<wbr/>Sizing<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozStackSizing" class="tsd-signature-type" data-tsd-kind="Type alias">MozStackSizing</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozStackSizing" class="tsd-signature-type" data-tsd-kind="Type alias">MozStackSizing</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozStackSizing</p><ul><li>Defined in node_modules/csstype/index.d.ts:6137</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  174. <p><strong><code>-moz-stack-sizing</code></strong> is an extended CSS property. Normally, a <code>&lt;xul:stack&gt;</code> will change its size so that all of its child elements are completely visible. For example, moving a child of the stack far to the right will widen the stack so the child remains visible.</p>
  175. </div><div><p><strong>Syntax</strong>: <code>ignore | stretch-to-fit</code></p>
  176. <p><strong>Initial value</strong>: <code>stretch-to-fit</code></p>
  177. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTabSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Tab<wbr/>Size<a href="#MozTabSize" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Tab<wbr/>Size<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TabSize" class="tsd-signature-type" data-tsd-kind="Type alias">TabSize</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTabSize</p><ul><li>Defined in node_modules/csstype/index.d.ts:6145</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  178. <p>The <strong><code>tab-size</code></strong> CSS property is used to customize the width of tab characters (U+0009).</p>
  179. </div><div><p><strong>Syntax</strong>: <code>&lt;integer&gt; | &lt;length&gt;</code></p>
  180. <p><strong>Initial value</strong>: <code>8</code></p>
  181. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTextBlink" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Text<wbr/>Blink<a href="#MozTextBlink" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Text<wbr/>Blink<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozTextBlink" class="tsd-signature-type" data-tsd-kind="Type alias">MozTextBlink</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozTextBlink" class="tsd-signature-type" data-tsd-kind="Type alias">MozTextBlink</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTextBlink</p><ul><li>Defined in node_modules/csstype/index.d.ts:6153</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  182. <p>The <strong><code>-moz-text-blink</code></strong> non-standard Mozilla CSS extension specifies the blink mode.</p>
  183. </div><div><p><strong>Syntax</strong>: <code>none | blink</code></p>
  184. <p><strong>Initial value</strong>: <code>none</code></p>
  185. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTextSizeAdjust" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Text<wbr/>Size<wbr/>Adjust<a href="#MozTextSizeAdjust" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Text<wbr/>Size<wbr/>Adjust<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextSizeAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">TextSizeAdjust</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextSizeAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">TextSizeAdjust</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTextSizeAdjust</p><ul><li>Defined in node_modules/csstype/index.d.ts:6161</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  186. <p>The <strong><code>text-size-adjust</code></strong> CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property.</p>
  187. </div><div><p><strong>Syntax</strong>: <code>none | auto | &lt;percentage&gt;</code></p>
  188. <p><strong>Initial value</strong>: <code>auto</code> for smartphone browsers supporting inflation, <code>none</code> in other cases (and then not modifiable).</p>
  189. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransformOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transform<wbr/>Origin<a href="#MozTransformOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transform<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransformOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">TransformOrigin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransformOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6169</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  190. <p>The <strong><code>transform-origin</code></strong> CSS property sets the origin for an element&#39;s transformations.</p>
  191. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | left | center | right | top | bottom ] | [ [ &lt;length-percentage&gt; | left | center | right ] &amp;&amp; [ &lt;length-percentage&gt; | top | center | bottom ] ] &lt;length&gt;?</code></p>
  192. <p><strong>Initial value</strong>: <code>50% 50% 0</code></p>
  193. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransformStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transform<wbr/>Style<a href="#MozTransformStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transform<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransformStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TransformStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransformStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TransformStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransformStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:6177</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  194. <p>The <strong><code>transform-style</code></strong> CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.</p>
  195. </div><div><p><strong>Syntax</strong>: <code>flat | preserve-3d</code></p>
  196. <p><strong>Initial value</strong>: <code>flat</code></p>
  197. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transition<a href="#MozTransition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transition<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Transition" class="tsd-signature-type" data-tsd-kind="Type alias">Transition</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#EasingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">EasingFunction</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;all&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.MozTransition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7650</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  198. <p>The <strong><code>transition</code></strong> CSS property is a shorthand property for <code>transition-property</code>, <code>transition-duration</code>, <code>transition-timing-function</code>, and <code>transition-delay</code>.</p>
  199. </div><div><p><strong>Syntax</strong>: <code>&lt;single-transition&gt;#</code></p>
  200. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransitionDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transition<wbr/>Delay<a href="#MozTransitionDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transition<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDelay" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDelay</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransitionDelay</p><ul><li>Defined in node_modules/csstype/index.d.ts:6185</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  201. <p>The <strong><code>transition-delay</code></strong> CSS property specifies the duration to wait before starting a property&#39;s transition effect when its value changes.</p>
  202. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  203. <p><strong>Initial value</strong>: <code>0s</code></p>
  204. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransitionDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transition<wbr/>Duration<a href="#MozTransitionDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transition<wbr/>Duration<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDuration" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDuration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransitionDuration</p><ul><li>Defined in node_modules/csstype/index.d.ts:6193</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  205. <p>The <strong><code>transition-duration</code></strong> CSS property sets the length of time a transition animation should take to complete. By default, the value is <code>0s</code>, meaning that no animation will occur.</p>
  206. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  207. <p><strong>Initial value</strong>: <code>0s</code></p>
  208. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransitionProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transition<wbr/>Property<a href="#MozTransitionProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transition<wbr/>Property<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransitionProperty</p><ul><li>Defined in node_modules/csstype/index.d.ts:6201</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  209. <p>The <strong><code>transition-property</code></strong> CSS property sets the CSS properties to which a transition effect should be applied.</p>
  210. </div><div><p><strong>Syntax</strong>: <code>none | &lt;single-transition-property&gt;#</code></p>
  211. <p><strong>Initial value</strong>: all</p>
  212. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozTransitionTimingFunction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Transition<wbr/>Timing<wbr/>Function<a href="#MozTransitionTimingFunction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Transition<wbr/>Timing<wbr/>Function<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozTransitionTimingFunction</p><ul><li>Defined in node_modules/csstype/index.d.ts:6209</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  213. <p>The <strong><code>transition-timing-function</code></strong> CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.</p>
  214. </div><div><p><strong>Syntax</strong>: <code>&lt;easing-function&gt;#</code></p>
  215. <p><strong>Initial value</strong>: <code>ease</code></p>
  216. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozUserFocus" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>User<wbr/>Focus<a href="#MozUserFocus" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>User<wbr/>Focus<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozUserFocus" class="tsd-signature-type" data-tsd-kind="Type alias">MozUserFocus</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozUserFocus" class="tsd-signature-type" data-tsd-kind="Type alias">MozUserFocus</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozUserFocus</p><ul><li>Defined in node_modules/csstype/index.d.ts:6217</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  217. <p>The <strong><code>-moz-user-focus</code></strong> CSS property is used to indicate whether an element can have the focus.</p>
  218. </div><div><p><strong>Syntax</strong>: <code>ignore | normal | select-after | select-before | select-menu | select-same | select-all | none</code></p>
  219. <p><strong>Initial value</strong>: <code>none</code></p>
  220. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozUserModify" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>User<wbr/>Modify<a href="#MozUserModify" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>User<wbr/>Modify<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozUserModify" class="tsd-signature-type" data-tsd-kind="Type alias">MozUserModify</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozUserModify" class="tsd-signature-type" data-tsd-kind="Type alias">MozUserModify</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozUserModify</p><ul><li>Defined in node_modules/csstype/index.d.ts:6225</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  221. <p>The <strong><code>user-modify</code></strong> property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user.</p>
  222. </div><div><p><strong>Syntax</strong>: <code>read-only | read-write | write-only</code></p>
  223. <p><strong>Initial value</strong>: <code>read-only</code></p>
  224. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozUserSelect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>User<wbr/>Select<a href="#MozUserSelect" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>User<wbr/>Select<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#UserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">UserSelect</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#UserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">UserSelect</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozUserSelect</p><ul><li>Defined in node_modules/csstype/index.d.ts:6233</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  225. <p>The <strong><code>user-select</code></strong> CSS property controls whether the user can select text. This doesn&#39;t have any effect on content loaded as part of a browser&#39;s user interface (its chrome), except in textboxes.</p>
  226. </div><div><p><strong>Syntax</strong>: <code>auto | text | none | contain | all</code></p>
  227. <p><strong>Initial value</strong>: <code>auto</code></p>
  228. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozWindowDragging" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Window<wbr/>Dragging<a href="#MozWindowDragging" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Window<wbr/>Dragging<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozWindowDragging" class="tsd-signature-type" data-tsd-kind="Type alias">MozWindowDragging</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozWindowDragging" class="tsd-signature-type" data-tsd-kind="Type alias">MozWindowDragging</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozWindowDragging</p><ul><li>Defined in node_modules/csstype/index.d.ts:6241</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  229. <p>The <strong><code>-moz-window-dragging</code></strong> CSS property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.</p>
  230. </div><div><p><strong>Syntax</strong>: <code>drag | no-drag</code></p>
  231. <p><strong>Initial value</strong>: <code>drag</code></p>
  232. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="MozWindowShadow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Moz<wbr/>Window<wbr/>Shadow<a href="#MozWindowShadow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Moz<wbr/>Window<wbr/>Shadow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MozWindowShadow" class="tsd-signature-type" data-tsd-kind="Type alias">MozWindowShadow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MozWindowShadow" class="tsd-signature-type" data-tsd-kind="Type alias">MozWindowShadow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.MozWindowShadow</p><ul><li>Defined in node_modules/csstype/index.d.ts:6249</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  233. <p>The <strong><code>-moz-window-shadow</code></strong> CSS property specifies whether a window will have a shadow. It only works on Mac OS X.</p>
  234. </div><div><p><strong>Syntax</strong>: <code>default | menu | tooltip | sheet | none</code></p>
  235. <p><strong>Initial value</strong>: <code>default</code></p>
  236. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAlignContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Align<wbr/>Content<a href="#WebkitAlignContent" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Align<wbr/>Content<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AlignContent" class="tsd-signature-type" data-tsd-kind="Type alias">AlignContent</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AlignContent" class="tsd-signature-type" data-tsd-kind="Type alias">AlignContent</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAlignContent</p><ul><li>Defined in node_modules/csstype/index.d.ts:6753</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  237. <p>The CSS <strong><code>align-content</code></strong> property sets the distribution of space between and around content items along a flexbox&#39;s cross-axis or a grid&#39;s block axis.</p>
  238. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;baseline-position&gt; | &lt;content-distribution&gt; | &lt;overflow-position&gt;? &lt;content-position&gt;</code></p>
  239. <p><strong>Initial value</strong>: <code>normal</code></p>
  240. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAlignItems" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Align<wbr/>Items<a href="#WebkitAlignItems" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Align<wbr/>Items<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AlignItems" class="tsd-signature-type" data-tsd-kind="Type alias">AlignItems</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AlignItems" class="tsd-signature-type" data-tsd-kind="Type alias">AlignItems</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAlignItems</p><ul><li>Defined in node_modules/csstype/index.d.ts:6761</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  241. <p>The CSS <strong><code>align-items</code></strong> property sets the <code>align-self</code> value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.</p>
  242. </div><div><p><strong>Syntax</strong>: <code>normal | stretch | &lt;baseline-position&gt; | [ &lt;overflow-position&gt;? &lt;self-position&gt; ]</code></p>
  243. <p><strong>Initial value</strong>: <code>normal</code></p>
  244. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAlignSelf" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Align<wbr/>Self<a href="#WebkitAlignSelf" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Align<wbr/>Self<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AlignSelf" class="tsd-signature-type" data-tsd-kind="Type alias">AlignSelf</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AlignSelf" class="tsd-signature-type" data-tsd-kind="Type alias">AlignSelf</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAlignSelf</p><ul><li>Defined in node_modules/csstype/index.d.ts:6769</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  245. <p>The <strong><code>align-self</code></strong> CSS property overrides a grid or flex item&#39;s <code>align-items</code> value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.</p>
  246. </div><div><p><strong>Syntax</strong>: <code>auto | normal | stretch | &lt;baseline-position&gt; | &lt;overflow-position&gt;? &lt;self-position&gt;</code></p>
  247. <p><strong>Initial value</strong>: <code>auto</code></p>
  248. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<a href="#WebkitAnimation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Animation-1" class="tsd-signature-type" data-tsd-kind="Type alias">Animation</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#SingleAnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">SingleAnimationDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#SingleAnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">SingleAnimationFillMode</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;infinite&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;paused&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;running&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#EasingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">EasingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitAnimation</p><ul><li>Defined in node_modules/csstype/index.d.ts:7698</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  249. <p>The <strong><code>animation</code></strong> shorthand CSS property applies an animation between styles. It is a shorthand for <code>animation-name</code>, <code>animation-duration</code>, <code>animation-timing-function</code>, <code>animation-delay</code>, <code>animation-iteration-count</code>, <code>animation-direction</code>, <code>animation-fill-mode</code>, and <code>animation-play-state</code>.</p>
  250. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation&gt;#</code></p>
  251. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Delay<a href="#WebkitAnimationDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDelay" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDelay</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationDelay</p><ul><li>Defined in node_modules/csstype/index.d.ts:6777</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  252. <p>The <strong><code>animation-delay</code></strong> CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.</p>
  253. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  254. <p><strong>Initial value</strong>: <code>0s</code></p>
  255. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationDirection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Direction<a href="#WebkitAnimationDirection" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Direction<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDirection" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDirection</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationDirection</p><ul><li>Defined in node_modules/csstype/index.d.ts:6785</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  256. <p>The <strong><code>animation-direction</code></strong> CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.</p>
  257. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-direction&gt;#</code></p>
  258. <p><strong>Initial value</strong>: <code>normal</code></p>
  259. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Duration<a href="#WebkitAnimationDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Duration<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationDuration" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationDuration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationDuration</p><ul><li>Defined in node_modules/csstype/index.d.ts:6793</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  260. <p>The <strong><code>animation-duration</code></strong> CSS property sets the length of time that an animation takes to complete one cycle.</p>
  261. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  262. <p><strong>Initial value</strong>: <code>0s</code></p>
  263. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationFillMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Fill<wbr/>Mode<a href="#WebkitAnimationFillMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Fill<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationFillMode</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationFillMode" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationFillMode</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationFillMode</p><ul><li>Defined in node_modules/csstype/index.d.ts:6801</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  264. <p>The <strong><code>animation-fill-mode</code></strong> CSS property sets how a CSS animation applies styles to its target before and after its execution.</p>
  265. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-fill-mode&gt;#</code></p>
  266. <p><strong>Initial value</strong>: <code>none</code></p>
  267. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationIterationCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Iteration<wbr/>Count<a href="#WebkitAnimationIterationCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Iteration<wbr/>Count<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationIterationCount" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationIterationCount</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationIterationCount" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationIterationCount</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationIterationCount</p><ul><li>Defined in node_modules/csstype/index.d.ts:6809</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  268. <p>The <strong><code>animation-iteration-count</code></strong> CSS property sets the number of times an animation sequence should be played before stopping.</p>
  269. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-iteration-count&gt;#</code></p>
  270. <p><strong>Initial value</strong>: <code>1</code></p>
  271. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationName" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Name<a href="#WebkitAnimationName" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Name<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationName" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationName</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationName" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationName</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationName</p><ul><li>Defined in node_modules/csstype/index.d.ts:6817</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  272. <p>The <strong><code>animation-name</code></strong> CSS property specifies the names of one or more <code>@keyframes</code> at-rules describing the animation or animations to apply to the element.</p>
  273. </div><div><p><strong>Syntax</strong>: <code>[ none | &lt;keyframes-name&gt; ]#</code></p>
  274. <p><strong>Initial value</strong>: <code>none</code></p>
  275. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationPlayState" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Play<wbr/>State<a href="#WebkitAnimationPlayState" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Play<wbr/>State<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationPlayState" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationPlayState</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationPlayState" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationPlayState</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationPlayState</p><ul><li>Defined in node_modules/csstype/index.d.ts:6825</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  276. <p>The <strong><code>animation-play-state</code></strong> CSS property sets whether an animation is running or paused.</p>
  277. </div><div><p><strong>Syntax</strong>: <code>&lt;single-animation-play-state&gt;#</code></p>
  278. <p><strong>Initial value</strong>: <code>running</code></p>
  279. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAnimationTimingFunction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Animation<wbr/>Timing<wbr/>Function<a href="#WebkitAnimationTimingFunction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Timing<wbr/>Function<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationTimingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AnimationTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">AnimationTimingFunction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAnimationTimingFunction</p><ul><li>Defined in node_modules/csstype/index.d.ts:6833</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  280. <p>The <strong><code>animation-timing-function</code></strong> CSS property sets how an animation progresses through the duration of each cycle.</p>
  281. </div><div><p><strong>Syntax</strong>: <code>&lt;easing-function&gt;#</code></p>
  282. <p><strong>Initial value</strong>: <code>ease</code></p>
  283. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitAppearance" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Appearance<a href="#WebkitAppearance" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Appearance<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitAppearance" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitAppearance</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitAppearance" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitAppearance</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitAppearance</p><ul><li>Defined in node_modules/csstype/index.d.ts:6841</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  284. <p>The <strong><code>appearance</code></strong> CSS property is used to display an element using platform-native styling, based on the operating system&#39;s theme. The <strong><code>-moz-appearance</code></strong> and <strong><code>-webkit-appearance</code></strong> properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support <strong><code>-webkit-appearance</code></strong>, for compatibility reasons.</p>
  285. </div><div><p><strong>Syntax</strong>: <code>none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button</code></p>
  286. <p><strong>Initial value</strong>: <code>none</code> (but this value is overridden in the user agent CSS)</p>
  287. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBackdropFilter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Backdrop<wbr/>Filter<a href="#WebkitBackdropFilter" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Backdrop<wbr/>Filter<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackdropFilter" class="tsd-signature-type" data-tsd-kind="Type alias">BackdropFilter</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BackdropFilter" class="tsd-signature-type" data-tsd-kind="Type alias">BackdropFilter</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBackdropFilter</p><ul><li>Defined in node_modules/csstype/index.d.ts:6849</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  288. <p>The <strong><code>backdrop-filter</code></strong> CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything <em>behind</em> the element, to see the effect you must make the element or its background at least partially transparent.</p>
  289. </div><div><p><strong>Syntax</strong>: <code>none | &lt;filter-function-list&gt;</code></p>
  290. <p><strong>Initial value</strong>: <code>none</code></p>
  291. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBackfaceVisibility" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Backface<wbr/>Visibility<a href="#WebkitBackfaceVisibility" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Backface<wbr/>Visibility<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackfaceVisibility" class="tsd-signature-type" data-tsd-kind="Type alias">BackfaceVisibility</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BackfaceVisibility" class="tsd-signature-type" data-tsd-kind="Type alias">BackfaceVisibility</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBackfaceVisibility</p><ul><li>Defined in node_modules/csstype/index.d.ts:6857</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  292. <p>The <strong><code>backface-visibility</code></strong> CSS property sets whether the back face of an element is visible when turned towards the user.</p>
  293. </div><div><p><strong>Syntax</strong>: <code>visible | hidden</code></p>
  294. <p><strong>Initial value</strong>: <code>visible</code></p>
  295. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBackgroundClip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Background<wbr/>Clip<a href="#WebkitBackgroundClip" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Background<wbr/>Clip<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackgroundClip" class="tsd-signature-type" data-tsd-kind="Type alias">BackgroundClip</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BackgroundClip" class="tsd-signature-type" data-tsd-kind="Type alias">BackgroundClip</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBackgroundClip</p><ul><li>Defined in node_modules/csstype/index.d.ts:6865</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  296. <p>The <strong><code>background-clip</code></strong> CSS property sets whether an element&#39;s background extends underneath its border box, padding box, or content box.</p>
  297. </div><div><p><strong>Syntax</strong>: <code>&lt;box&gt;#</code></p>
  298. <p><strong>Initial value</strong>: <code>border-box</code></p>
  299. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBackgroundOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Background<wbr/>Origin<a href="#WebkitBackgroundOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Background<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackgroundOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">BackgroundOrigin</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BackgroundOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">BackgroundOrigin</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBackgroundOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6873</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  300. <p>The <strong><code>background-origin</code></strong> CSS property sets the background&#39;s origin: from the border start, inside the border, or inside the padding.</p>
  301. </div><div><p><strong>Syntax</strong>: <code>&lt;box&gt;#</code></p>
  302. <p><strong>Initial value</strong>: <code>padding-box</code></p>
  303. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBackgroundSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Background<wbr/>Size<a href="#WebkitBackgroundSize" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Background<wbr/>Size<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BackgroundSize" class="tsd-signature-type" data-tsd-kind="Type alias">BackgroundSize</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;contain&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;cover&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBackgroundSize</p><ul><li>Defined in node_modules/csstype/index.d.ts:6881</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  304. <p>The <strong><code>background-size</code></strong> CSS property sets the size of the element&#39;s background image. The image can be left to its natural size, stretched, or constrained to fit the available space.</p>
  305. </div><div><p><strong>Syntax</strong>: <code>&lt;bg-size&gt;#</code></p>
  306. <p><strong>Initial value</strong>: <code>auto auto</code></p>
  307. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBefore" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Before<a href="#WebkitBorderBefore" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBefore" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBefore</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Color-3" class="tsd-signature-type" data-tsd-kind="Type alias">Color</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#LineStyle" class="tsd-signature-type" data-tsd-kind="Type alias">LineStyle</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitBorderBefore</p><ul><li>Defined in node_modules/csstype/index.d.ts:7704</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  308. <p>The <strong><code>-webkit-border-before</code></strong> CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet.</p>
  309. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-width&#39;&gt; || &lt;&#39;border-style&#39;&gt; || &lt;color&gt;</code></p>
  310. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBeforeColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Before<wbr/>Color<a href="#WebkitBorderBeforeColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBeforeColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBeforeColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBeforeColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBeforeColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderBeforeColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6887</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  311. <p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  312. </div><div><p><strong>Initial value</strong>: <code>currentcolor</code></p>
  313. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBeforeStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Before<wbr/>Style<a href="#WebkitBorderBeforeStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBeforeStyle" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBeforeStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBeforeStyle" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBeforeStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderBeforeStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:6893</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  314. <p><strong>Syntax</strong>: <code>&lt;&#39;border-style&#39;&gt;</code></p>
  315. </div><div><p><strong>Initial value</strong>: <code>none</code></p>
  316. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBeforeWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Before<wbr/>Width<a href="#WebkitBorderBeforeWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBorderBeforeWidth" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBorderBeforeWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderBeforeWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:6899</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  317. <p><strong>Syntax</strong>: <code>&lt;&#39;border-width&#39;&gt;</code></p>
  318. </div><div><p><strong>Initial value</strong>: <code>medium</code></p>
  319. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBottomLeftRadius" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Bottom<wbr/>Left<wbr/>Radius<a href="#WebkitBorderBottomLeftRadius" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Left<wbr/>Radius<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderBottomLeftRadius" class="tsd-signature-type" data-tsd-kind="Type alias">BorderBottomLeftRadius</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderBottomLeftRadius</p><ul><li>Defined in node_modules/csstype/index.d.ts:6907</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  320. <p>The <strong><code>border-bottom-left-radius</code></strong> CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.</p>
  321. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;{1,2}</code></p>
  322. <p><strong>Initial value</strong>: <code>0</code></p>
  323. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderBottomRightRadius" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Bottom<wbr/>Right<wbr/>Radius<a href="#WebkitBorderBottomRightRadius" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Right<wbr/>Radius<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderBottomRightRadius" class="tsd-signature-type" data-tsd-kind="Type alias">BorderBottomRightRadius</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderBottomRightRadius</p><ul><li>Defined in node_modules/csstype/index.d.ts:6915</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  324. <p>The <strong><code>border-bottom-right-radius</code></strong> CSS property rounds the bottom-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.</p>
  325. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;{1,2}</code></p>
  326. <p><strong>Initial value</strong>: <code>0</code></p>
  327. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Image<a href="#WebkitBorderImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImage" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImage</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImage" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImage</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitBorderImage</p><ul><li>Defined in node_modules/csstype/index.d.ts:7710</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  328. <p>The <strong><code>border-image</code></strong> CSS property draws an image around a given element. It replaces the element&#39;s regular border.</p>
  329. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-image-source&#39;&gt; || &lt;&#39;border-image-slice&#39;&gt; [ / &lt;&#39;border-image-width&#39;&gt; | / &lt;&#39;border-image-width&#39;&gt;? / &lt;&#39;border-image-outset&#39;&gt; ]? || &lt;&#39;border-image-repeat&#39;&gt;</code></p>
  330. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderImageSlice" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Image<wbr/>Slice<a href="#WebkitBorderImageSlice" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image<wbr/>Slice<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImageSlice" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImageSlice</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BorderImageSlice" class="tsd-signature-type" data-tsd-kind="Type alias">BorderImageSlice</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderImageSlice</p><ul><li>Defined in node_modules/csstype/index.d.ts:6923</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  331. <p>The <strong><code>border-image-slice</code></strong> CSS property divides the image specified by <code>border-image-source</code> into regions. These regions form the components of an element&#39;s border image.</p>
  332. </div><div><p><strong>Syntax</strong>: <code>&lt;number-percentage&gt;{1,4} &amp;&amp; fill?</code></p>
  333. <p><strong>Initial value</strong>: <code>100%</code></p>
  334. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderRadius" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Radius<a href="#WebkitBorderRadius" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Radius<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderRadius" class="tsd-signature-type" data-tsd-kind="Type alias">BorderRadius</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitBorderRadius</p><ul><li>Defined in node_modules/csstype/index.d.ts:7716</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  335. <p>The <strong><code>border-radius</code></strong> CSS property rounds the corners of an element&#39;s outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.</p>
  336. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;{1,4} [ / &lt;length-percentage&gt;{1,4} ]?</code></p>
  337. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderTopLeftRadius" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Top<wbr/>Left<wbr/>Radius<a href="#WebkitBorderTopLeftRadius" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Left<wbr/>Radius<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderTopLeftRadius" class="tsd-signature-type" data-tsd-kind="Type alias">BorderTopLeftRadius</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderTopLeftRadius</p><ul><li>Defined in node_modules/csstype/index.d.ts:6931</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  338. <p>The <strong><code>border-top-left-radius</code></strong> CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.</p>
  339. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;{1,2}</code></p>
  340. <p><strong>Initial value</strong>: <code>0</code></p>
  341. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBorderTopRightRadius" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Border<wbr/>Top<wbr/>Right<wbr/>Radius<a href="#WebkitBorderTopRightRadius" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Right<wbr/>Radius<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BorderTopRightRadius" class="tsd-signature-type" data-tsd-kind="Type alias">BorderTopRightRadius</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBorderTopRightRadius</p><ul><li>Defined in node_modules/csstype/index.d.ts:6939</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  342. <p>The <strong><code>border-top-right-radius</code></strong> CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.</p>
  343. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;{1,2}</code></p>
  344. <p><strong>Initial value</strong>: <code>0</code></p>
  345. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBoxDecorationBreak" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Box<wbr/>Decoration<wbr/>Break<a href="#WebkitBoxDecorationBreak" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Box<wbr/>Decoration<wbr/>Break<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BoxDecorationBreak" class="tsd-signature-type" data-tsd-kind="Type alias">BoxDecorationBreak</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BoxDecorationBreak" class="tsd-signature-type" data-tsd-kind="Type alias">BoxDecorationBreak</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBoxDecorationBreak</p><ul><li>Defined in node_modules/csstype/index.d.ts:6947</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  346. <p>The <strong><code>box-decoration-break</code></strong> CSS property specifies how an element&#39;s fragments should be rendered when broken across multiple lines, columns, or pages.</p>
  347. </div><div><p><strong>Syntax</strong>: <code>slice | clone</code></p>
  348. <p><strong>Initial value</strong>: <code>slice</code></p>
  349. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBoxReflect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Box<wbr/>Reflect<a href="#WebkitBoxReflect" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Box<wbr/>Reflect<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitBoxReflect" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitBoxReflect</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;above&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;below&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBoxReflect</p><ul><li>Defined in node_modules/csstype/index.d.ts:6955</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  350. <p>The <strong><code>-webkit-box-reflect</code></strong> CSS property lets you reflect the content of an element in one specific direction.</p>
  351. </div><div><p><strong>Syntax</strong>: <code>[ above | below | right | left ]? &lt;length&gt;? &lt;image&gt;?</code></p>
  352. <p><strong>Initial value</strong>: <code>none</code></p>
  353. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBoxShadow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Box<wbr/>Shadow<a href="#WebkitBoxShadow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Box<wbr/>Shadow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BoxShadow" class="tsd-signature-type" data-tsd-kind="Type alias">BoxShadow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BoxShadow" class="tsd-signature-type" data-tsd-kind="Type alias">BoxShadow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBoxShadow</p><ul><li>Defined in node_modules/csstype/index.d.ts:6963</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  354. <p>The <strong><code>box-shadow</code></strong> CSS property adds shadow effects around an element&#39;s frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.</p>
  355. </div><div><p><strong>Syntax</strong>: <code>none | &lt;shadow&gt;#</code></p>
  356. <p><strong>Initial value</strong>: <code>none</code></p>
  357. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitBoxSizing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Box<wbr/>Sizing<a href="#WebkitBoxSizing" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Box<wbr/>Sizing<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#BoxSizing" class="tsd-signature-type" data-tsd-kind="Type alias">BoxSizing</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#BoxSizing" class="tsd-signature-type" data-tsd-kind="Type alias">BoxSizing</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitBoxSizing</p><ul><li>Defined in node_modules/csstype/index.d.ts:6971</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  358. <p>The <strong><code>box-sizing</code></strong> CSS property sets how the total width and height of an element is calculated.</p>
  359. </div><div><p><strong>Syntax</strong>: <code>content-box | border-box</code></p>
  360. <p><strong>Initial value</strong>: <code>content-box</code></p>
  361. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitClipPath" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Clip<wbr/>Path<a href="#WebkitClipPath" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Clip<wbr/>Path<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ClipPath" class="tsd-signature-type" data-tsd-kind="Type alias">ClipPath</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ClipPath" class="tsd-signature-type" data-tsd-kind="Type alias">ClipPath</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitClipPath</p><ul><li>Defined in node_modules/csstype/index.d.ts:6979</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  362. <p>The <strong><code>clip-path</code></strong> CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.</p>
  363. </div><div><p><strong>Syntax</strong>: <code>&lt;clip-source&gt; | [ &lt;basic-shape&gt; || &lt;geometry-box&gt; ] | none</code></p>
  364. <p><strong>Initial value</strong>: <code>none</code></p>
  365. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnCount" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Count<a href="#WebkitColumnCount" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Count<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnCount" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnCount</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnCount" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnCount</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnCount</p><ul><li>Defined in node_modules/csstype/index.d.ts:6987</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  366. <p>The <strong><code>column-count</code></strong> CSS property breaks an element&#39;s content into the specified number of columns.</p>
  367. </div><div><p><strong>Syntax</strong>: <code>&lt;integer&gt; | auto</code></p>
  368. <p><strong>Initial value</strong>: <code>auto</code></p>
  369. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnFill" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Fill<a href="#WebkitColumnFill" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Fill<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnFill" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnFill</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnFill" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnFill</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnFill</p><ul><li>Defined in node_modules/csstype/index.d.ts:6995</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  370. <p>The <strong><code>column-fill</code></strong> CSS property controls how an element&#39;s contents are balanced when broken into columns.</p>
  371. </div><div><p><strong>Syntax</strong>: <code>auto | balance | balance-all</code></p>
  372. <p><strong>Initial value</strong>: <code>balance</code></p>
  373. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnGap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Gap<a href="#WebkitColumnGap" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Gap<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnGap" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnGap</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;normal&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnGap</p><ul><li>Defined in node_modules/csstype/index.d.ts:7003</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  374. <p>The <strong><code>column-gap</code></strong> CSS property sets the size of the gap (gutter) between an element&#39;s columns.</p>
  375. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;length-percentage&gt;</code></p>
  376. <p><strong>Initial value</strong>: <code>normal</code></p>
  377. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnRule" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Rule<a href="#WebkitColumnRule" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRule" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRule</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Color-3" class="tsd-signature-type" data-tsd-kind="Type alias">Color</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#LineStyle" class="tsd-signature-type" data-tsd-kind="Type alias">LineStyle</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitColumnRule</p><ul><li>Defined in node_modules/csstype/index.d.ts:7722</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  378. <p>The <strong><code>column-rule</code></strong> shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.</p>
  379. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;column-rule-width&#39;&gt; || &lt;&#39;column-rule-style&#39;&gt; || &lt;&#39;column-rule-color&#39;&gt;</code></p>
  380. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnRuleColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Rule<wbr/>Color<a href="#WebkitColumnRuleColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleColor" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleColor" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnRuleColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7011</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  381. <p>The <strong><code>column-rule-color</code></strong> CSS property sets the color of the line drawn between columns in a multi-column layout.</p>
  382. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  383. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  384. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnRuleStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Rule<wbr/>Style<a href="#WebkitColumnRuleStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleStyle" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleStyle" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnRuleStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:7019</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  385. <p>The <strong><code>column-rule-style</code></strong> CSS property sets the style of the line drawn between columns in a multi-column layout.</p>
  386. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-style&#39;&gt;</code></p>
  387. <p><strong>Initial value</strong>: <code>none</code></p>
  388. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnRuleWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Rule<wbr/>Width<a href="#WebkitColumnRuleWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnRuleWidth" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnRuleWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;medium&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thick&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;thin&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnRuleWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:7027</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  389. <p>The <strong><code>column-rule-width</code></strong> CSS property sets the width of the line drawn between columns in a multi-column layout.</p>
  390. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;border-width&#39;&gt;</code></p>
  391. <p><strong>Initial value</strong>: <code>medium</code></p>
  392. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnSpan" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Span<a href="#WebkitColumnSpan" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Span<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnSpan" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnSpan</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnSpan" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnSpan</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnSpan</p><ul><li>Defined in node_modules/csstype/index.d.ts:7035</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  393. <p>The <strong><code>column-span</code></strong> CSS property makes it possible for an element to span across all columns when its value is set to <code>all</code>.</p>
  394. </div><div><p><strong>Syntax</strong>: <code>none | all</code></p>
  395. <p><strong>Initial value</strong>: <code>none</code></p>
  396. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumnWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Column<wbr/>Width<a href="#WebkitColumnWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Column<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ColumnWidth" class="tsd-signature-type" data-tsd-kind="Type alias">ColumnWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitColumnWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:7043</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  397. <p>The <strong><code>column-width</code></strong> CSS property sets the ideal column width in a multi-column layout. The container will have as many columns as can fit without any of them having a width less than the <code>column-width</code> value. If the width of the container is narrower than the specified value, the single column&#39;s width will be smaller than the declared column width.</p>
  398. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt; | auto</code></p>
  399. <p><strong>Initial value</strong>: <code>auto</code></p>
  400. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitColumns" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Columns<a href="#WebkitColumns" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Columns<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Columns" class="tsd-signature-type" data-tsd-kind="Type alias">Columns</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitColumns</p><ul><li>Defined in node_modules/csstype/index.d.ts:7728</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  401. <p>The <strong><code>columns</code></strong> CSS shorthand property sets the number of columns to use when drawing an element&#39;s contents, as well as those columns&#39; widths.</p>
  402. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;column-width&#39;&gt; || &lt;&#39;column-count&#39;&gt;</code></p>
  403. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFilter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Filter<a href="#WebkitFilter" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Filter<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Filter" class="tsd-signature-type" data-tsd-kind="Type alias">Filter</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Filter" class="tsd-signature-type" data-tsd-kind="Type alias">Filter</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFilter</p><ul><li>Defined in node_modules/csstype/index.d.ts:7051</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  404. <p>The <strong><code>filter</code></strong> CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.</p>
  405. </div><div><p><strong>Syntax</strong>: <code>none | &lt;filter-function-list&gt;</code></p>
  406. <p><strong>Initial value</strong>: <code>none</code></p>
  407. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<a href="#WebkitFlex" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Flex" class="tsd-signature-type" data-tsd-kind="Type alias">Flex</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;content&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitFlex</p><ul><li>Defined in node_modules/csstype/index.d.ts:7734</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  408. <p>The <strong><code>flex</code></strong> CSS shorthand property sets how a flex <em>item</em> will grow or shrink to fit the space available in its flex container.</p>
  409. </div><div><p><strong>Syntax</strong>: <code>none | [ &lt;&#39;flex-grow&#39;&gt; &lt;&#39;flex-shrink&#39;&gt;? || &lt;&#39;flex-basis&#39;&gt; ]</code></p>
  410. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexBasis" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Basis<a href="#WebkitFlexBasis" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Basis<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexBasis" class="tsd-signature-type" data-tsd-kind="Type alias">FlexBasis</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-min-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-webkit-auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFlexBasis</p><ul><li>Defined in node_modules/csstype/index.d.ts:7059</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  411. <p>The <strong><code>flex-basis</code></strong> CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with <code>box-sizing</code>.</p>
  412. </div><div><p><strong>Syntax</strong>: <code>content | &lt;&#39;width&#39;&gt;</code></p>
  413. <p><strong>Initial value</strong>: <code>auto</code></p>
  414. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexDirection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Direction<a href="#WebkitFlexDirection" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Direction<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexDirection" class="tsd-signature-type" data-tsd-kind="Type alias">FlexDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexDirection" class="tsd-signature-type" data-tsd-kind="Type alias">FlexDirection</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFlexDirection</p><ul><li>Defined in node_modules/csstype/index.d.ts:7067</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  415. <p>The <strong><code>flex-direction</code></strong> CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).</p>
  416. </div><div><p><strong>Syntax</strong>: <code>row | row-reverse | column | column-reverse</code></p>
  417. <p><strong>Initial value</strong>: <code>row</code></p>
  418. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexFlow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Flow<a href="#WebkitFlexFlow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Flow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexFlow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexFlow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexFlow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexFlow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitFlexFlow</p><ul><li>Defined in node_modules/csstype/index.d.ts:7740</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  419. <p>The <strong><code>flex-flow</code></strong> CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.</p>
  420. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;flex-direction&#39;&gt; || &lt;&#39;flex-wrap&#39;&gt;</code></p>
  421. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexGrow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Grow<a href="#WebkitFlexGrow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Grow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexGrow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexGrow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexGrow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexGrow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFlexGrow</p><ul><li>Defined in node_modules/csstype/index.d.ts:7075</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  422. <p>The <strong><code>flex-grow</code></strong> CSS property sets the flex grow factor of a flex item&#39;s main size.</p>
  423. </div><div><p><strong>Syntax</strong>: <code>&lt;number&gt;</code></p>
  424. <p><strong>Initial value</strong>: <code>0</code></p>
  425. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexShrink" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Shrink<a href="#WebkitFlexShrink" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Shrink<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexShrink" class="tsd-signature-type" data-tsd-kind="Type alias">FlexShrink</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexShrink" class="tsd-signature-type" data-tsd-kind="Type alias">FlexShrink</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFlexShrink</p><ul><li>Defined in node_modules/csstype/index.d.ts:7083</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  426. <p>The <strong><code>flex-shrink</code></strong> CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to <code>flex-shrink</code>.</p>
  427. </div><div><p><strong>Syntax</strong>: <code>&lt;number&gt;</code></p>
  428. <p><strong>Initial value</strong>: <code>1</code></p>
  429. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFlexWrap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Flex<wbr/>Wrap<a href="#WebkitFlexWrap" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Wrap<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexWrap" class="tsd-signature-type" data-tsd-kind="Type alias">FlexWrap</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexWrap" class="tsd-signature-type" data-tsd-kind="Type alias">FlexWrap</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFlexWrap</p><ul><li>Defined in node_modules/csstype/index.d.ts:7091</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  430. <p>The <strong><code>flex-wrap</code></strong> CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.</p>
  431. </div><div><p><strong>Syntax</strong>: <code>nowrap | wrap | wrap-reverse</code></p>
  432. <p><strong>Initial value</strong>: <code>nowrap</code></p>
  433. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFontFeatureSettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Font<wbr/>Feature<wbr/>Settings<a href="#WebkitFontFeatureSettings" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Font<wbr/>Feature<wbr/>Settings<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontFeatureSettings" class="tsd-signature-type" data-tsd-kind="Type alias">FontFeatureSettings</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FontFeatureSettings" class="tsd-signature-type" data-tsd-kind="Type alias">FontFeatureSettings</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFontFeatureSettings</p><ul><li>Defined in node_modules/csstype/index.d.ts:7099</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  434. <p>The <strong><code>font-feature-settings</code></strong> CSS property controls advanced typographic features in OpenType fonts.</p>
  435. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;feature-tag-value&gt;#</code></p>
  436. <p><strong>Initial value</strong>: <code>normal</code></p>
  437. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFontKerning" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Font<wbr/>Kerning<a href="#WebkitFontKerning" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Font<wbr/>Kerning<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontKerning" class="tsd-signature-type" data-tsd-kind="Type alias">FontKerning</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FontKerning" class="tsd-signature-type" data-tsd-kind="Type alias">FontKerning</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFontKerning</p><ul><li>Defined in node_modules/csstype/index.d.ts:7107</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  438. <p>The <strong><code>font-kerning</code></strong> CSS property sets the use of the kerning information stored in a font.</p>
  439. </div><div><p><strong>Syntax</strong>: <code>auto | normal | none</code></p>
  440. <p><strong>Initial value</strong>: <code>auto</code></p>
  441. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFontSmoothing" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Font<wbr/>Smoothing<a href="#WebkitFontSmoothing" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Font<wbr/>Smoothing<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontSmooth" class="tsd-signature-type" data-tsd-kind="Type alias">FontSmooth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;always&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AbsoluteSize" class="tsd-signature-type" data-tsd-kind="Type alias">AbsoluteSize</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;never&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFontSmoothing</p><ul><li>Defined in node_modules/csstype/index.d.ts:7115</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  442. <p>The <strong><code>font-smooth</code></strong> CSS property controls the application of anti-aliasing when fonts are rendered.</p>
  443. </div><div><p><strong>Syntax</strong>: <code>auto | never | always | &lt;absolute-size&gt; | &lt;length&gt;</code></p>
  444. <p><strong>Initial value</strong>: <code>auto</code></p>
  445. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitFontVariantLigatures" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Font<wbr/>Variant<wbr/>Ligatures<a href="#WebkitFontVariantLigatures" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Font<wbr/>Variant<wbr/>Ligatures<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FontVariantLigatures" class="tsd-signature-type" data-tsd-kind="Type alias">FontVariantLigatures</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FontVariantLigatures" class="tsd-signature-type" data-tsd-kind="Type alias">FontVariantLigatures</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitFontVariantLigatures</p><ul><li>Defined in node_modules/csstype/index.d.ts:7123</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  446. <p>The <strong><code>font-variant-ligatures</code></strong> CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.</p>
  447. </div><div><p><strong>Syntax</strong>: <code>normal | none | [ &lt;common-lig-values&gt; || &lt;discretionary-lig-values&gt; || &lt;historical-lig-values&gt; || &lt;contextual-alt-values&gt; ]</code></p>
  448. <p><strong>Initial value</strong>: <code>normal</code></p>
  449. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitHyphenateCharacter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Hyphenate<wbr/>Character<a href="#WebkitHyphenateCharacter" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Hyphenate<wbr/>Character<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#HyphenateCharacter" class="tsd-signature-type" data-tsd-kind="Type alias">HyphenateCharacter</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#HyphenateCharacter" class="tsd-signature-type" data-tsd-kind="Type alias">HyphenateCharacter</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitHyphenateCharacter</p><ul><li>Defined in node_modules/csstype/index.d.ts:7131</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  450. <p>The <strong><code>hyphenate-character</code></strong> CSS property sets the character (or string) used at the end of a line before a hyphenation break.</p>
  451. </div><div><p><strong>Syntax</strong>: <code>auto | &lt;string&gt;</code></p>
  452. <p><strong>Initial value</strong>: <code>auto</code></p>
  453. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitHyphens" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Hyphens<a href="#WebkitHyphens" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Hyphens<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitHyphens</p><ul><li>Defined in node_modules/csstype/index.d.ts:7139</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  454. <p>The <strong><code>hyphens</code></strong> CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.</p>
  455. </div><div><p><strong>Syntax</strong>: <code>none | manual | auto</code></p>
  456. <p><strong>Initial value</strong>: <code>manual</code></p>
  457. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitInitialLetter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Initial<wbr/>Letter<a href="#WebkitInitialLetter" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Initial<wbr/>Letter<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#InitialLetter" class="tsd-signature-type" data-tsd-kind="Type alias">InitialLetter</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#InitialLetter" class="tsd-signature-type" data-tsd-kind="Type alias">InitialLetter</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitInitialLetter</p><ul><li>Defined in node_modules/csstype/index.d.ts:7147</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  458. <p>The <code>initial-letter</code> CSS property sets styling for dropped, raised, and sunken initial letters.</p>
  459. </div><div><p><strong>Syntax</strong>: <code>normal | [ &lt;number&gt; &lt;integer&gt;? ]</code></p>
  460. <p><strong>Initial value</strong>: <code>normal</code></p>
  461. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitJustifyContent" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Justify<wbr/>Content<a href="#WebkitJustifyContent" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Justify<wbr/>Content<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#JustifyContent" class="tsd-signature-type" data-tsd-kind="Type alias">JustifyContent</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#JustifyContent" class="tsd-signature-type" data-tsd-kind="Type alias">JustifyContent</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitJustifyContent</p><ul><li>Defined in node_modules/csstype/index.d.ts:7155</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  462. <p>The CSS <strong><code>justify-content</code></strong> property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.</p>
  463. </div><div><p><strong>Syntax</strong>: <code>normal | &lt;content-distribution&gt; | &lt;overflow-position&gt;? [ &lt;content-position&gt; | left | right ]</code></p>
  464. <p><strong>Initial value</strong>: <code>normal</code></p>
  465. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitLineBreak" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Line<wbr/>Break<a href="#WebkitLineBreak" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Line<wbr/>Break<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#LineBreak" class="tsd-signature-type" data-tsd-kind="Type alias">LineBreak</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#LineBreak" class="tsd-signature-type" data-tsd-kind="Type alias">LineBreak</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitLineBreak</p><ul><li>Defined in node_modules/csstype/index.d.ts:7163</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  466. <p>The <strong><code>line-break</code></strong> CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.</p>
  467. </div><div><p><strong>Syntax</strong>: <code>auto | loose | normal | strict | anywhere</code></p>
  468. <p><strong>Initial value</strong>: <code>auto</code></p>
  469. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitLineClamp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Line<wbr/>Clamp<a href="#WebkitLineClamp" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Line<wbr/>Clamp<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitLineClamp" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitLineClamp</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitLineClamp" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitLineClamp</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitLineClamp</p><ul><li>Defined in node_modules/csstype/index.d.ts:7171</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  470. <p>The <strong><code>-webkit-line-clamp</code></strong> CSS property allows limiting of the contents of a block container to the specified number of lines.</p>
  471. </div><div><p><strong>Syntax</strong>: <code>none | &lt;integer&gt;</code></p>
  472. <p><strong>Initial value</strong>: <code>none</code></p>
  473. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMarginEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Margin<wbr/>End<a href="#WebkitMarginEnd" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Margin<wbr/>End<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MarginInlineEnd" class="tsd-signature-type" data-tsd-kind="Type alias">MarginInlineEnd</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMarginEnd</p><ul><li>Defined in node_modules/csstype/index.d.ts:7179</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  474. <p>The <strong><code>margin-inline-end</code></strong> CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element&#39;s writing mode, directionality, and text orientation. In other words, it corresponds to the <code>margin-top</code>, <code>margin-right</code>, <code>margin-bottom</code> or <code>margin-left</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  475. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;margin-left&#39;&gt;</code></p>
  476. <p><strong>Initial value</strong>: <code>0</code></p>
  477. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMarginStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Margin<wbr/>Start<a href="#WebkitMarginStart" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Margin<wbr/>Start<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MarginInlineStart" class="tsd-signature-type" data-tsd-kind="Type alias">MarginInlineStart</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMarginStart</p><ul><li>Defined in node_modules/csstype/index.d.ts:7187</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  478. <p>The <strong><code>margin-inline-start</code></strong> CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element&#39;s writing mode, directionality, and text orientation. It corresponds to the <code>margin-top</code>, <code>margin-right</code>, <code>margin-bottom</code>, or <code>margin-left</code> property depending on the values defined for <code>writing-mode</code>, <code>direction</code>, and <code>text-orientation</code>.</p>
  479. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;margin-left&#39;&gt;</code></p>
  480. <p><strong>Initial value</strong>: <code>0</code></p>
  481. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMask" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<a href="#WebkitMask" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMask" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMask</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-initial&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inherit&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;initial&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;revert&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;unset&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;border-box&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;content-box&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;padding-box&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;no-repeat&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;repeat&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;repeat-x&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;repeat-y&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;round&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;space&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;text&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;border&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;padding&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitMask</p><ul><li>Defined in node_modules/csstype/index.d.ts:7746</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  482. <p>The <strong><code>mask</code></strong> CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.</p>
  483. </div><div><p><strong>Syntax</strong>: <code>[ &lt;mask-reference&gt; || &lt;position&gt; [ / &lt;bg-size&gt; ]? || &lt;repeat-style&gt; || [ &lt;box&gt; | border | padding | content | text ] || [ &lt;box&gt; | border | padding | content ] ]#</code></p>
  484. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskAttachment" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Attachment<a href="#WebkitMaskAttachment" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Attachment<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskAttachment" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskAttachment</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskAttachment" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskAttachment</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskAttachment</p><ul><li>Defined in node_modules/csstype/index.d.ts:7195</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  485. <p>If a <code>-webkit-mask-image</code> is specified, <code>-webkit-mask-attachment</code> determines whether the mask image&#39;s position is fixed within the viewport, or scrolls along with its containing block.</p>
  486. </div><div><p><strong>Syntax</strong>: <code>&lt;attachment&gt;#</code></p>
  487. <p><strong>Initial value</strong>: <code>scroll</code></p>
  488. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<a href="#WebkitMaskBoxImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorder" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorder</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorder" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorder</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitMaskBoxImage</p><ul><li>Defined in node_modules/csstype/index.d.ts:7752</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  489. <p>The <strong><code>mask-border</code></strong> CSS shorthand property lets you create a mask along the edge of an element&#39;s border.</p>
  490. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;mask-border-source&#39;&gt; || &lt;&#39;mask-border-slice&#39;&gt; [ / &lt;&#39;mask-border-width&#39;&gt;? [ / &lt;&#39;mask-border-outset&#39;&gt; ]? ]? || &lt;&#39;mask-border-repeat&#39;&gt; || &lt;&#39;mask-border-mode&#39;&gt;</code></p>
  491. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImageOutset" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Outset<a href="#WebkitMaskBoxImageOutset" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Outset<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderOutset" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderOutset</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskBoxImageOutset</p><ul><li>Defined in node_modules/csstype/index.d.ts:7203</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  492. <p>The <strong><code>mask-border-outset</code></strong> CSS property specifies the distance by which an element&#39;s mask border is set out from its border box.</p>
  493. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length&gt; | &lt;number&gt; ]{1,4}</code></p>
  494. <p><strong>Initial value</strong>: <code>0</code></p>
  495. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImageRepeat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Repeat<a href="#WebkitMaskBoxImageRepeat" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Repeat<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderRepeat" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderRepeat</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderRepeat" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderRepeat</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskBoxImageRepeat</p><ul><li>Defined in node_modules/csstype/index.d.ts:7211</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  496. <p>The <strong><code>mask-border-repeat</code></strong> CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element&#39;s mask border.</p>
  497. </div><div><p><strong>Syntax</strong>: <code>[ stretch | repeat | round | space ]{1,2}</code></p>
  498. <p><strong>Initial value</strong>: <code>stretch</code></p>
  499. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImageSlice" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Slice<a href="#WebkitMaskBoxImageSlice" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Slice<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderSlice" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderSlice</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderSlice" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderSlice</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskBoxImageSlice</p><ul><li>Defined in node_modules/csstype/index.d.ts:7219</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  500. <p>The <strong><code>mask-border-slice</code></strong> CSS property divides the image set by <code>mask-border-source</code> into regions. These regions are used to form the components of an element&#39;s mask border.</p>
  501. </div><div><p><strong>Syntax</strong>: <code>&lt;number-percentage&gt;{1,4} fill?</code></p>
  502. <p><strong>Initial value</strong>: <code>0</code></p>
  503. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImageSource" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Source<a href="#WebkitMaskBoxImageSource" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Source<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderSource" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderSource</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderSource" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderSource</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskBoxImageSource</p><ul><li>Defined in node_modules/csstype/index.d.ts:7227</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  504. <p>The <strong><code>mask-border-source</code></strong> CSS property sets the source image used to create an element&#39;s mask border.</p>
  505. </div><div><p><strong>Syntax</strong>: <code>none | &lt;image&gt;</code></p>
  506. <p><strong>Initial value</strong>: <code>none</code></p>
  507. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskBoxImageWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Width<a href="#WebkitMaskBoxImageWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaskBorderWidth" class="tsd-signature-type" data-tsd-kind="Type alias">MaskBorderWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskBoxImageWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:7235</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  508. <p>The <strong><code>mask-border-width</code></strong> CSS property sets the width of an element&#39;s mask border.</p>
  509. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | &lt;number&gt; | auto ]{1,4}</code></p>
  510. <p><strong>Initial value</strong>: <code>auto</code></p>
  511. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskClip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Clip<a href="#WebkitMaskClip" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Clip<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskClip" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskClip</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskClip" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskClip</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskClip</p><ul><li>Defined in node_modules/csstype/index.d.ts:7243</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  512. <p>The <strong><code>mask-clip</code></strong> CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.</p>
  513. </div><div><p><strong>Syntax</strong>: <code>[ &lt;box&gt; | border | padding | content | text ]#</code></p>
  514. <p><strong>Initial value</strong>: <code>border</code></p>
  515. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskComposite" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Composite<a href="#WebkitMaskComposite" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Composite<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskComposite" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskComposite</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskComposite" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskComposite</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskComposite</p><ul><li>Defined in node_modules/csstype/index.d.ts:7251</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  516. <p>The <strong><code>-webkit-mask-composite</code></strong> property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the <code>-webkit-mask-image</code> property.</p>
  517. </div><div><p><strong>Syntax</strong>: <code>&lt;composite-style&gt;#</code></p>
  518. <p><strong>Initial value</strong>: <code>source-over</code></p>
  519. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Image<a href="#WebkitMaskImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Image<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskImage" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskImage</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskImage" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskImage</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskImage</p><ul><li>Defined in node_modules/csstype/index.d.ts:7259</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  520. <p>The <strong><code>mask-image</code></strong> CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the <code>mask-mode</code> property.</p>
  521. </div><div><p><strong>Syntax</strong>: <code>&lt;mask-reference&gt;#</code></p>
  522. <p><strong>Initial value</strong>: <code>none</code></p>
  523. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Origin<a href="#WebkitMaskOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskOrigin</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskOrigin</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:7267</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  524. <p>The <strong><code>mask-origin</code></strong> CSS property sets the origin of a mask.</p>
  525. </div><div><p><strong>Syntax</strong>: <code>[ &lt;box&gt; | border | padding | content ]#</code></p>
  526. <p><strong>Initial value</strong>: <code>padding</code></p>
  527. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskPosition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Position<a href="#WebkitMaskPosition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Position<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskPosition" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskPosition</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskPosition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7275</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  528. <p>The <strong><code>mask-position</code></strong> CSS property sets the initial position, relative to the mask position layer set by <code>mask-origin</code>, for each defined mask image.</p>
  529. </div><div><p><strong>Syntax</strong>: <code>&lt;position&gt;#</code></p>
  530. <p><strong>Initial value</strong>: <code>0% 0%</code></p>
  531. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskPositionX" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>PositionX<a href="#WebkitMaskPositionX" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionX<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskPositionX" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskPositionX</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskPositionX</p><ul><li>Defined in node_modules/csstype/index.d.ts:7283</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  532. <p>The <code>-webkit-mask-position-x</code> CSS property sets the initial horizontal position of a mask image.</p>
  533. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | left | center | right ]#</code></p>
  534. <p><strong>Initial value</strong>: <code>0%</code></p>
  535. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskPositionY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>PositionY<a href="#WebkitMaskPositionY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionY<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskPositionY" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskPositionY</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskPositionY</p><ul><li>Defined in node_modules/csstype/index.d.ts:7291</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  536. <p>The <code>-webkit-mask-position-y</code> CSS property sets the initial vertical position of a mask image.</p>
  537. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | top | center | bottom ]#</code></p>
  538. <p><strong>Initial value</strong>: <code>0%</code></p>
  539. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskRepeat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Repeat<a href="#WebkitMaskRepeat" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Repeat<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeat" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeat</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeat" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeat</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskRepeat</p><ul><li>Defined in node_modules/csstype/index.d.ts:7299</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  540. <p>The <strong><code>mask-repeat</code></strong> CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.</p>
  541. </div><div><p><strong>Syntax</strong>: <code>&lt;repeat-style&gt;#</code></p>
  542. <p><strong>Initial value</strong>: <code>repeat</code></p>
  543. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskRepeatX" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>RepeatX<a href="#WebkitMaskRepeatX" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatX<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeatX" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeatX</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeatX" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeatX</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskRepeatX</p><ul><li>Defined in node_modules/csstype/index.d.ts:7307</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  544. <p>The <code>-webkit-mask-repeat-x</code> property specifies whether and how a mask image is repeated (tiled) horizontally.</p>
  545. </div><div><p><strong>Syntax</strong>: <code>repeat | no-repeat | space | round</code></p>
  546. <p><strong>Initial value</strong>: <code>repeat</code></p>
  547. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskRepeatY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>RepeatY<a href="#WebkitMaskRepeatY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatY<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeatY" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeatY</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskRepeatY" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskRepeatY</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskRepeatY</p><ul><li>Defined in node_modules/csstype/index.d.ts:7315</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  548. <p>The <code>-webkit-mask-repeat-y</code> property sets whether and how a mask image is repeated (tiled) vertically.</p>
  549. </div><div><p><strong>Syntax</strong>: <code>repeat | no-repeat | space | round</code></p>
  550. <p><strong>Initial value</strong>: <code>repeat</code></p>
  551. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaskSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Mask<wbr/>Size<a href="#WebkitMaskSize" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Size<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitMaskSize" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitMaskSize</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;contain&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;cover&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaskSize</p><ul><li>Defined in node_modules/csstype/index.d.ts:7323</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  552. <p>The <strong><code>mask-size</code></strong> CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.</p>
  553. </div><div><p><strong>Syntax</strong>: <code>&lt;bg-size&gt;#</code></p>
  554. <p><strong>Initial value</strong>: <code>auto auto</code></p>
  555. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitMaxInlineSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Max<wbr/>Inline<wbr/>Size<a href="#WebkitMaxInlineSize" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Max<wbr/>Inline<wbr/>Size<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MaxInlineSize" class="tsd-signature-type" data-tsd-kind="Type alias">MaxInlineSize</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-moz-min-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;-webkit-fill-available&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitMaxInlineSize</p><ul><li>Defined in node_modules/csstype/index.d.ts:7331</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  556. <p>The <strong><code>max-inline-size</code></strong> CSS property defines the horizontal or vertical maximum size of an element&#39;s block, depending on its writing mode. It corresponds to either the <code>max-width</code> or the <code>max-height</code> property, depending on the value of <code>writing-mode</code>.</p>
  557. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;max-width&#39;&gt;</code></p>
  558. <p><strong>Initial value</strong>: <code>0</code></p>
  559. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitOrder" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Order<a href="#WebkitOrder" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Order<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Order" class="tsd-signature-type" data-tsd-kind="Type alias">Order</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Order" class="tsd-signature-type" data-tsd-kind="Type alias">Order</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitOrder</p><ul><li>Defined in node_modules/csstype/index.d.ts:7339</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  560. <p>The <strong><code>order</code></strong> CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending <code>order</code> value and then by their source code order.</p>
  561. </div><div><p><strong>Syntax</strong>: <code>&lt;integer&gt;</code></p>
  562. <p><strong>Initial value</strong>: <code>0</code></p>
  563. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitOverflowScrolling" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Overflow<wbr/>Scrolling<a href="#WebkitOverflowScrolling" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Overflow<wbr/>Scrolling<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitOverflowScrolling" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitOverflowScrolling</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitOverflowScrolling" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitOverflowScrolling</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitOverflowScrolling</p><ul><li>Defined in node_modules/csstype/index.d.ts:7347</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  564. <p>The <code>-webkit-overflow-scrolling</code> CSS property controls whether or not touch devices use momentum-based scrolling for a given element.</p>
  565. </div><div><p><strong>Syntax</strong>: <code>auto | touch</code></p>
  566. <p><strong>Initial value</strong>: <code>auto</code></p>
  567. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitPaddingEnd" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Padding<wbr/>End<a href="#WebkitPaddingEnd" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Padding<wbr/>End<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PaddingInlineEnd" class="tsd-signature-type" data-tsd-kind="Type alias">PaddingInlineEnd</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitPaddingEnd</p><ul><li>Defined in node_modules/csstype/index.d.ts:7355</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  568. <p>The <strong><code>padding-inline-end</code></strong> CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element&#39;s writing mode, directionality, and text orientation.</p>
  569. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;padding-left&#39;&gt;</code></p>
  570. <p><strong>Initial value</strong>: <code>0</code></p>
  571. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitPaddingStart" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Padding<wbr/>Start<a href="#WebkitPaddingStart" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Padding<wbr/>Start<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PaddingInlineStart" class="tsd-signature-type" data-tsd-kind="Type alias">PaddingInlineStart</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitPaddingStart</p><ul><li>Defined in node_modules/csstype/index.d.ts:7363</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  572. <p>The <strong><code>padding-inline-start</code></strong> CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element&#39;s writing mode, directionality, and text orientation.</p>
  573. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;padding-left&#39;&gt;</code></p>
  574. <p><strong>Initial value</strong>: <code>0</code></p>
  575. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitPerspective" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Perspective<a href="#WebkitPerspective" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Perspective<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Perspective" class="tsd-signature-type" data-tsd-kind="Type alias">Perspective</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitPerspective</p><ul><li>Defined in node_modules/csstype/index.d.ts:7371</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  576. <p>The <strong><code>perspective</code></strong> CSS property determines the distance between the z=0 plane and the user in order to give a 3D-positioned element some perspective.</p>
  577. </div><div><p><strong>Syntax</strong>: <code>none | &lt;length&gt;</code></p>
  578. <p><strong>Initial value</strong>: <code>none</code></p>
  579. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitPerspectiveOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Perspective<wbr/>Origin<a href="#WebkitPerspectiveOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Perspective<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PerspectiveOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">PerspectiveOrigin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitPerspectiveOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:7379</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  580. <p>The <strong><code>perspective-origin</code></strong> CSS property determines the position at which the viewer is looking. It is used as the <em>vanishing point</em> by the <code>perspective</code> property.</p>
  581. </div><div><p><strong>Syntax</strong>: <code>&lt;position&gt;</code></p>
  582. <p><strong>Initial value</strong>: <code>50% 50%</code></p>
  583. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitPrintColorAdjust" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Print<wbr/>Color<wbr/>Adjust<a href="#WebkitPrintColorAdjust" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Print<wbr/>Color<wbr/>Adjust<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#PrintColorAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">PrintColorAdjust</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#PrintColorAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">PrintColorAdjust</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitPrintColorAdjust</p><ul><li>Defined in node_modules/csstype/index.d.ts:7387</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  584. <p>The <strong><code>print-color-adjust</code></strong> CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element&#39;s appearance it determines to be necessary and prudent given the type and capabilities of the output device.</p>
  585. </div><div><p><strong>Syntax</strong>: <code>economy | exact</code></p>
  586. <p><strong>Initial value</strong>: <code>economy</code></p>
  587. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitRubyPosition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Ruby<wbr/>Position<a href="#WebkitRubyPosition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Ruby<wbr/>Position<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#RubyPosition" class="tsd-signature-type" data-tsd-kind="Type alias">RubyPosition</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#RubyPosition" class="tsd-signature-type" data-tsd-kind="Type alias">RubyPosition</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitRubyPosition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7395</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  588. <p>The <strong><code>ruby-position</code></strong> CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (<code>over</code>), under it (<code>under</code>), or between the characters on their right side (<code>inter-character</code>).</p>
  589. </div><div><p><strong>Syntax</strong>: <code>[ alternate || [ over | under ] ] | inter-character</code></p>
  590. <p><strong>Initial value</strong>: <code>alternate</code></p>
  591. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitScrollSnapType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Scroll<wbr/>Snap<wbr/>Type<a href="#WebkitScrollSnapType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Scroll<wbr/>Snap<wbr/>Type<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ScrollSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">ScrollSnapType</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#ScrollSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">ScrollSnapType</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitScrollSnapType</p><ul><li>Defined in node_modules/csstype/index.d.ts:7403</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  592. <p>The <strong><code>scroll-snap-type</code></strong> CSS property sets how strictly snap points are enforced on the scroll container in case there is one.</p>
  593. </div><div><p><strong>Syntax</strong>: <code>none | [ x | y | block | inline | both ] [ mandatory | proximity ]?</code></p>
  594. <p><strong>Initial value</strong>: <code>none</code></p>
  595. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitShapeMargin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Shape<wbr/>Margin<a href="#WebkitShapeMargin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Shape<wbr/>Margin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#ShapeMargin" class="tsd-signature-type" data-tsd-kind="Type alias">ShapeMargin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitShapeMargin</p><ul><li>Defined in node_modules/csstype/index.d.ts:7411</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  596. <p>The <strong><code>shape-margin</code></strong> CSS property sets a margin for a CSS shape created using <code>shape-outside</code>.</p>
  597. </div><div><p><strong>Syntax</strong>: <code>&lt;length-percentage&gt;</code></p>
  598. <p><strong>Initial value</strong>: <code>0</code></p>
  599. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTapHighlightColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Tap<wbr/>Highlight<wbr/>Color<a href="#WebkitTapHighlightColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Tap<wbr/>Highlight<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTapHighlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTapHighlightColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTapHighlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTapHighlightColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTapHighlightColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7419</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  600. <p><strong><code>-webkit-tap-highlight-color</code></strong> is a non-standard CSS property that sets the color of the highlight that appears over a link while it&#39;s being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they&#39;re tapping on.</p>
  601. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  602. <p><strong>Initial value</strong>: <code>black</code></p>
  603. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextCombine" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Combine<a href="#WebkitTextCombine" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Combine<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextCombineUpright" class="tsd-signature-type" data-tsd-kind="Type alias">TextCombineUpright</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextCombineUpright" class="tsd-signature-type" data-tsd-kind="Type alias">TextCombineUpright</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextCombine</p><ul><li>Defined in node_modules/csstype/index.d.ts:7427</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  604. <p>The <strong><code>text-combine-upright</code></strong> CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.</p>
  605. </div><div><p><strong>Syntax</strong>: <code>none | all | [ digits &lt;integer&gt;? ]</code></p>
  606. <p><strong>Initial value</strong>: <code>none</code></p>
  607. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextDecorationColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Decoration<wbr/>Color<a href="#WebkitTextDecorationColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationColor" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationColor" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextDecorationColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7435</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  608. <p>The <strong><code>text-decoration-color</code></strong> CSS property sets the color of decorations added to text by <code>text-decoration-line</code>.</p>
  609. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  610. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  611. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextDecorationLine" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Decoration<wbr/>Line<a href="#WebkitTextDecorationLine" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Line<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationLine" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationLine</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationLine" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationLine</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextDecorationLine</p><ul><li>Defined in node_modules/csstype/index.d.ts:7443</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  612. <p>The <strong><code>text-decoration-line</code></strong> CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.</p>
  613. </div><div><p><strong>Syntax</strong>: <code>none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error</code></p>
  614. <p><strong>Initial value</strong>: <code>none</code></p>
  615. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextDecorationSkip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Decoration<wbr/>Skip<a href="#WebkitTextDecorationSkip" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Skip<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationSkip" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationSkip</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationSkip" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationSkip</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextDecorationSkip</p><ul><li>Defined in node_modules/csstype/index.d.ts:7451</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  616. <p>The <strong><code>text-decoration-skip</code></strong> CSS property sets what parts of an element&#39;s content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.</p>
  617. </div><div><p><strong>Syntax</strong>: <code>none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]</code></p>
  618. <p><strong>Initial value</strong>: <code>objects</code></p>
  619. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextDecorationStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Decoration<wbr/>Style<a href="#WebkitTextDecorationStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextDecorationStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TextDecorationStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextDecorationStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:7459</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  620. <p>The <strong><code>text-decoration-style</code></strong> CSS property sets the style of the lines specified by <code>text-decoration-line</code>. The style applies to all lines that are set with <code>text-decoration-line</code>.</p>
  621. </div><div><p><strong>Syntax</strong>: <code>solid | double | dotted | dashed | wavy</code></p>
  622. <p><strong>Initial value</strong>: <code>solid</code></p>
  623. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextEmphasis" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Emphasis<a href="#WebkitTextEmphasis" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasis" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasis</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasis" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasis</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitTextEmphasis</p><ul><li>Defined in node_modules/csstype/index.d.ts:7758</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  624. <p>The <strong><code>text-emphasis</code></strong> CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for <code>text-emphasis-style</code> and <code>text-emphasis-color</code>.</p>
  625. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;text-emphasis-style&#39;&gt; || &lt;&#39;text-emphasis-color&#39;&gt;</code></p>
  626. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextEmphasisColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Color<a href="#WebkitTextEmphasisColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisColor" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisColor" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextEmphasisColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7467</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  627. <p>The <strong><code>text-emphasis-color</code></strong> CSS property sets the color of emphasis marks. This value can also be set using the <code>text-emphasis</code> shorthand.</p>
  628. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  629. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  630. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextEmphasisPosition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Position<a href="#WebkitTextEmphasisPosition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Position<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisPosition" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisPosition</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisPosition" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisPosition</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextEmphasisPosition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7475</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  631. <p>The <strong><code>text-emphasis-position</code></strong> CSS property sets where emphasis marks are drawn. Like ruby text, if there isn&#39;t enough room for emphasis marks, the line height is increased.</p>
  632. </div><div><p><strong>Syntax</strong>: <code>[ over | under ] &amp;&amp; [ right | left ]</code></p>
  633. <p><strong>Initial value</strong>: <code>over right</code></p>
  634. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextEmphasisStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Style<a href="#WebkitTextEmphasisStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextEmphasisStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TextEmphasisStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextEmphasisStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:7483</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  635. <p>The <strong><code>text-emphasis-style</code></strong> CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the <code>text-emphasis</code> shorthand.</p>
  636. </div><div><p><strong>Syntax</strong>: <code>none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | &lt;string&gt;</code></p>
  637. <p><strong>Initial value</strong>: <code>none</code></p>
  638. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextFillColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Fill<wbr/>Color<a href="#WebkitTextFillColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Fill<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextFillColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextFillColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextFillColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextFillColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextFillColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7491</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  639. <p>The <strong><code>-webkit-text-fill-color</code></strong> CSS property specifies the fill color of characters of text. If this property is not set, the value of the <code>color</code> property is used.</p>
  640. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  641. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  642. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextOrientation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Orientation<a href="#WebkitTextOrientation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Orientation<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextOrientation" class="tsd-signature-type" data-tsd-kind="Type alias">TextOrientation</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextOrientation" class="tsd-signature-type" data-tsd-kind="Type alias">TextOrientation</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextOrientation</p><ul><li>Defined in node_modules/csstype/index.d.ts:7499</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  643. <p>The <strong><code>text-orientation</code></strong> CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when <code>writing-mode</code> is not <code>horizontal-tb</code>). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.</p>
  644. </div><div><p><strong>Syntax</strong>: <code>mixed | upright | sideways</code></p>
  645. <p><strong>Initial value</strong>: <code>mixed</code></p>
  646. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextSizeAdjust" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Size<wbr/>Adjust<a href="#WebkitTextSizeAdjust" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Size<wbr/>Adjust<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextSizeAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">TextSizeAdjust</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextSizeAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">TextSizeAdjust</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextSizeAdjust</p><ul><li>Defined in node_modules/csstype/index.d.ts:7507</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  647. <p>The <strong><code>text-size-adjust</code></strong> CSS property controls the text inflation algorithm used on some smartphones and tablets. Other browsers will ignore this property.</p>
  648. </div><div><p><strong>Syntax</strong>: <code>none | auto | &lt;percentage&gt;</code></p>
  649. <p><strong>Initial value</strong>: <code>auto</code> for smartphone browsers supporting inflation, <code>none</code> in other cases (and then not modifiable).</p>
  650. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextStroke" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Stroke<a href="#WebkitTextStroke" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextStroke" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextStroke</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Color-3" class="tsd-signature-type" data-tsd-kind="Type alias">Color</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitTextStroke</p><ul><li>Defined in node_modules/csstype/index.d.ts:7764</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  651. <p>The <strong><code>-webkit-text-stroke</code></strong> CSS property specifies the width and color of strokes for text characters. This is a shorthand property for the longhand properties <code>-webkit-text-stroke-width</code> and <code>-webkit-text-stroke-color</code>.</p>
  652. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt; || &lt;color&gt;</code></p>
  653. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextStrokeColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Stroke<wbr/>Color<a href="#WebkitTextStrokeColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextStrokeColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextStrokeColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextStrokeColor" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextStrokeColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextStrokeColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:7515</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  654. <p>The <strong><code>-webkit-text-stroke-color</code></strong> CSS property specifies the stroke color of characters of text. If this property is not set, the value of the <code>color</code> property is used.</p>
  655. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  656. <p><strong>Initial value</strong>: <code>currentcolor</code></p>
  657. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextStrokeWidth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Stroke<wbr/>Width<a href="#WebkitTextStrokeWidth" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Width<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTextStrokeWidth" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTextStrokeWidth</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextStrokeWidth</p><ul><li>Defined in node_modules/csstype/index.d.ts:7523</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  658. <p>The <strong><code>-webkit-text-stroke-width</code></strong> CSS property specifies the width of the stroke for text.</p>
  659. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt;</code></p>
  660. <p><strong>Initial value</strong>: <code>0</code></p>
  661. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTextUnderlinePosition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Text<wbr/>Underline<wbr/>Position<a href="#WebkitTextUnderlinePosition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Text<wbr/>Underline<wbr/>Position<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextUnderlinePosition" class="tsd-signature-type" data-tsd-kind="Type alias">TextUnderlinePosition</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextUnderlinePosition" class="tsd-signature-type" data-tsd-kind="Type alias">TextUnderlinePosition</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTextUnderlinePosition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7531</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  662. <p>The <strong><code>text-underline-position</code></strong> CSS property specifies the position of the underline which is set using the <code>text-decoration</code> property&#39;s <code>underline</code> value.</p>
  663. </div><div><p><strong>Syntax</strong>: <code>auto | from-font | [ under || [ left | right ] ]</code></p>
  664. <p><strong>Initial value</strong>: <code>auto</code></p>
  665. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTouchCallout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Touch<wbr/>Callout<a href="#WebkitTouchCallout" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Touch<wbr/>Callout<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTouchCallout" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTouchCallout</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitTouchCallout" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitTouchCallout</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTouchCallout</p><ul><li>Defined in node_modules/csstype/index.d.ts:7539</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  666. <p>The <code>-webkit-touch-callout</code> CSS property controls the display of the default callout shown when you touch and hold a touch target.</p>
  667. </div><div><p><strong>Syntax</strong>: <code>default | none</code></p>
  668. <p><strong>Initial value</strong>: <code>default</code></p>
  669. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransform" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transform<a href="#WebkitTransform" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transform<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Transform-2" class="tsd-signature-type" data-tsd-kind="Type alias">Transform</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Transform-2" class="tsd-signature-type" data-tsd-kind="Type alias">Transform</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransform</p><ul><li>Defined in node_modules/csstype/index.d.ts:7547</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  670. <p>The <strong><code>transform</code></strong> CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.</p>
  671. </div><div><p><strong>Syntax</strong>: <code>none | &lt;transform-list&gt;</code></p>
  672. <p><strong>Initial value</strong>: <code>none</code></p>
  673. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransformOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transform<wbr/>Origin<a href="#WebkitTransformOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransformOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">TransformOrigin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransformOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:7555</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  674. <p>The <strong><code>transform-origin</code></strong> CSS property sets the origin for an element&#39;s transformations.</p>
  675. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | left | center | right | top | bottom ] | [ [ &lt;length-percentage&gt; | left | center | right ] &amp;&amp; [ &lt;length-percentage&gt; | top | center | bottom ] ] &lt;length&gt;?</code></p>
  676. <p><strong>Initial value</strong>: <code>50% 50% 0</code></p>
  677. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransformStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transform<wbr/>Style<a href="#WebkitTransformStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransformStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TransformStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransformStyle" class="tsd-signature-type" data-tsd-kind="Type alias">TransformStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransformStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:7563</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  678. <p>The <strong><code>transform-style</code></strong> CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element.</p>
  679. </div><div><p><strong>Syntax</strong>: <code>flat | preserve-3d</code></p>
  680. <p><strong>Initial value</strong>: <code>flat</code></p>
  681. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transition<a href="#WebkitTransition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transition<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Transition" class="tsd-signature-type" data-tsd-kind="Type alias">Transition</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#EasingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">EasingFunction</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;all&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.WebkitTransition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7770</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  682. <p>The <strong><code>transition</code></strong> CSS property is a shorthand property for <code>transition-property</code>, <code>transition-duration</code>, <code>transition-timing-function</code>, and <code>transition-delay</code>.</p>
  683. </div><div><p><strong>Syntax</strong>: <code>&lt;single-transition&gt;#</code></p>
  684. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransitionDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transition<wbr/>Delay<a href="#WebkitTransitionDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDelay" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDelay</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransitionDelay</p><ul><li>Defined in node_modules/csstype/index.d.ts:7571</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  685. <p>The <strong><code>transition-delay</code></strong> CSS property specifies the duration to wait before starting a property&#39;s transition effect when its value changes.</p>
  686. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  687. <p><strong>Initial value</strong>: <code>0s</code></p>
  688. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransitionDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transition<wbr/>Duration<a href="#WebkitTransitionDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Duration<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDuration" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDuration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransitionDuration</p><ul><li>Defined in node_modules/csstype/index.d.ts:7579</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  689. <p>The <strong><code>transition-duration</code></strong> CSS property sets the length of time a transition animation should take to complete. By default, the value is <code>0s</code>, meaning that no animation will occur.</p>
  690. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  691. <p><strong>Initial value</strong>: <code>0s</code></p>
  692. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransitionProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transition<wbr/>Property<a href="#WebkitTransitionProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Property<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransitionProperty</p><ul><li>Defined in node_modules/csstype/index.d.ts:7587</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  693. <p>The <strong><code>transition-property</code></strong> CSS property sets the CSS properties to which a transition effect should be applied.</p>
  694. </div><div><p><strong>Syntax</strong>: <code>none | &lt;single-transition-property&gt;#</code></p>
  695. <p><strong>Initial value</strong>: all</p>
  696. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitTransitionTimingFunction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Transition<wbr/>Timing<wbr/>Function<a href="#WebkitTransitionTimingFunction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Timing<wbr/>Function<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitTransitionTimingFunction</p><ul><li>Defined in node_modules/csstype/index.d.ts:7595</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  697. <p>The <strong><code>transition-timing-function</code></strong> CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.</p>
  698. </div><div><p><strong>Syntax</strong>: <code>&lt;easing-function&gt;#</code></p>
  699. <p><strong>Initial value</strong>: <code>ease</code></p>
  700. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitUserModify" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>User<wbr/>Modify<a href="#WebkitUserModify" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>User<wbr/>Modify<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitUserModify" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitUserModify</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WebkitUserModify" class="tsd-signature-type" data-tsd-kind="Type alias">WebkitUserModify</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitUserModify</p><ul><li>Defined in node_modules/csstype/index.d.ts:7601</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  701. <p><strong>Syntax</strong>: <code>read-only | read-write | read-write-plaintext-only</code></p>
  702. </div><div><p><strong>Initial value</strong>: <code>read-only</code></p>
  703. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitUserSelect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>User<wbr/>Select<a href="#WebkitUserSelect" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>User<wbr/>Select<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#UserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">UserSelect</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#UserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">UserSelect</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitUserSelect</p><ul><li>Defined in node_modules/csstype/index.d.ts:7609</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  704. <p>The <strong><code>user-select</code></strong> CSS property controls whether the user can select text. This doesn&#39;t have any effect on content loaded as part of a browser&#39;s user interface (its chrome), except in textboxes.</p>
  705. </div><div><p><strong>Syntax</strong>: <code>auto | text | none | contain | all</code></p>
  706. <p><strong>Initial value</strong>: <code>auto</code></p>
  707. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="WebkitWritingMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> Webkit<wbr/>Writing<wbr/>Mode<a href="#WebkitWritingMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Webkit<wbr/>Writing<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WritingMode" class="tsd-signature-type" data-tsd-kind="Type alias">WritingMode</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WritingMode" class="tsd-signature-type" data-tsd-kind="Type alias">WritingMode</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.WebkitWritingMode</p><ul><li>Defined in node_modules/csstype/index.d.ts:7617</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  708. <p>The <strong><code>writing-mode</code></strong> CSS property sets whether lines of text are laid out horizontally or vertically, as well as the direction in which blocks progress. When set for an entire document, it should be set on the root element (<code>html</code> element for HTML documents).</p>
  709. </div><div><p><strong>Syntax</strong>: <code>horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr</code></p>
  710. <p><strong>Initial value</strong>: <code>horizontal-tb</code></p>
  711. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msAccelerator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Accelerator<a href="#msAccelerator" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Accelerator<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsAccelerator" class="tsd-signature-type" data-tsd-kind="Type alias">MsAccelerator</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsAccelerator" class="tsd-signature-type" data-tsd-kind="Type alias">MsAccelerator</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msAccelerator</p><ul><li>Defined in node_modules/csstype/index.d.ts:6257</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  712. <p>The <strong><code>-ms-accelerator</code></strong> CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut.</p>
  713. </div><div><p><strong>Syntax</strong>: <code>false | true</code></p>
  714. <p><strong>Initial value</strong>: <code>false</code></p>
  715. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msAlignSelf" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Align<wbr/>Self<a href="#msAlignSelf" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Align<wbr/>Self<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#AlignSelf" class="tsd-signature-type" data-tsd-kind="Type alias">AlignSelf</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#AlignSelf" class="tsd-signature-type" data-tsd-kind="Type alias">AlignSelf</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msAlignSelf</p><ul><li>Defined in node_modules/csstype/index.d.ts:6265</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  716. <p>The <strong><code>align-self</code></strong> CSS property overrides a grid or flex item&#39;s <code>align-items</code> value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.</p>
  717. </div><div><p><strong>Syntax</strong>: <code>auto | normal | stretch | &lt;baseline-position&gt; | &lt;overflow-position&gt;? &lt;self-position&gt;</code></p>
  718. <p><strong>Initial value</strong>: <code>auto</code></p>
  719. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msBlockProgression" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Block<wbr/>Progression<a href="#msBlockProgression" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Block<wbr/>Progression<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsBlockProgression" class="tsd-signature-type" data-tsd-kind="Type alias">MsBlockProgression</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsBlockProgression" class="tsd-signature-type" data-tsd-kind="Type alias">MsBlockProgression</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msBlockProgression</p><ul><li>Defined in node_modules/csstype/index.d.ts:6273</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  720. <p>The <strong><code>-ms-block-progression</code></strong> CSS property is a Microsoft extension that specifies the block progression and layout orientation.</p>
  721. </div><div><p><strong>Syntax</strong>: <code>tb | rl | bt | lr</code></p>
  722. <p><strong>Initial value</strong>: <code>tb</code></p>
  723. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomChaining" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Chaining<a href="#msContentZoomChaining" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Chaining<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomChaining" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomChaining</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomChaining" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomChaining</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZoomChaining</p><ul><li>Defined in node_modules/csstype/index.d.ts:6281</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  724. <p>The <strong><code>-ms-content-zoom-chaining</code></strong> CSS property is a Microsoft extension specifying the zoom behavior that occurs when a user hits the zoom limit during page manipulation.</p>
  725. </div><div><p><strong>Syntax</strong>: <code>none | chained</code></p>
  726. <p><strong>Initial value</strong>: <code>none</code></p>
  727. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomLimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<a href="#msContentZoomLimit" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimit" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimit</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimit" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimit</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msContentZoomLimit</p><ul><li>Defined in node_modules/csstype/index.d.ts:7656</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  728. <p>The <strong><code>-ms-content-zoom-limit</code></strong> CSS shorthand property is a Microsoft extension that specifies values for the <code>-ms-content-zoom-limit-min</code> and <code>-ms-content-zoom-limit-max</code> properties.</p>
  729. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;-ms-content-zoom-limit-min&#39;&gt; &lt;&#39;-ms-content-zoom-limit-max&#39;&gt;</code></p>
  730. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomLimitMax" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Max<a href="#msContentZoomLimitMax" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Max<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimitMax" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimitMax</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimitMax" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimitMax</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZoomLimitMax</p><ul><li>Defined in node_modules/csstype/index.d.ts:6289</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  731. <p>The <strong><code>-ms-content-zoom-limit-max</code></strong> CSS property is a Microsoft extension that specifies the selected elements&#39; maximum zoom factor.</p>
  732. </div><div><p><strong>Syntax</strong>: <code>&lt;percentage&gt;</code></p>
  733. <p><strong>Initial value</strong>: <code>400%</code></p>
  734. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomLimitMin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Min<a href="#msContentZoomLimitMin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Min<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimitMin" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimitMin</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomLimitMin" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomLimitMin</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZoomLimitMin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6297</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  735. <p>The <strong><code>-ms-content-zoom-limit-min</code></strong> CSS property is a Microsoft extension that specifies the minimum zoom factor.</p>
  736. </div><div><p><strong>Syntax</strong>: <code>&lt;percentage&gt;</code></p>
  737. <p><strong>Initial value</strong>: <code>100%</code></p>
  738. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomSnap" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<a href="#msContentZoomSnap" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnap" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnap</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnap" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnap</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msContentZoomSnap</p><ul><li>Defined in node_modules/csstype/index.d.ts:7662</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  739. <p>The <strong><code>-ms-content-zoom-snap</code></strong> CSS shorthand property is a Microsoft extension that specifies values for the <code>-ms-content-zoom-snap-type</code> and <code>-ms-content-zoom-snap-points</code> properties.</p>
  740. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;-ms-content-zoom-snap-type&#39;&gt; || &lt;&#39;-ms-content-zoom-snap-points&#39;&gt;</code></p>
  741. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomSnapPoints" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Points<a href="#msContentZoomSnapPoints" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Points<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnapPoints" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnapPoints</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnapPoints" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnapPoints</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZoomSnapPoints</p><ul><li>Defined in node_modules/csstype/index.d.ts:6305</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  742. <p>The <strong><code>-ms-content-zoom-snap-points</code></strong> CSS property is a Microsoft extension that specifies where zoom snap-points are located.</p>
  743. </div><div><p><strong>Syntax</strong>: <code>snapInterval( &lt;percentage&gt;, &lt;percentage&gt; ) | snapList( &lt;percentage&gt;# )</code></p>
  744. <p><strong>Initial value</strong>: <code>snapInterval(0%, 100%)</code></p>
  745. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZoomSnapType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Type<a href="#msContentZoomSnapType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Type<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnapType</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZoomSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZoomSnapType</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZoomSnapType</p><ul><li>Defined in node_modules/csstype/index.d.ts:6313</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  746. <p>The <strong><code>-ms-content-zoom-snap-type</code></strong> CSS property is a Microsoft extension that specifies how zooming is affected by defined snap-points.</p>
  747. </div><div><p><strong>Syntax</strong>: <code>none | proximity | mandatory</code></p>
  748. <p><strong>Initial value</strong>: <code>none</code></p>
  749. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msContentZooming" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Content<wbr/>Zooming<a href="#msContentZooming" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Content<wbr/>Zooming<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZooming" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZooming</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsContentZooming" class="tsd-signature-type" data-tsd-kind="Type alias">MsContentZooming</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msContentZooming</p><ul><li>Defined in node_modules/csstype/index.d.ts:6321</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  750. <p>The <strong><code>-ms-content-zooming</code></strong> CSS property is a Microsoft extension that specifies whether zooming is enabled.</p>
  751. </div><div><p><strong>Syntax</strong>: <code>none | zoom</code></p>
  752. <p><strong>Initial value</strong>: zoom for the top level element, none for all other elements</p>
  753. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFilter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Filter<a href="#msFilter" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Filter<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsFilter" class="tsd-signature-type" data-tsd-kind="Type alias">MsFilter</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsFilter" class="tsd-signature-type" data-tsd-kind="Type alias">MsFilter</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msFilter</p><ul><li>Defined in node_modules/csstype/index.d.ts:6329</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  754. <p>The <code>-ms-filter</code> CSS property is a Microsoft extension that sets or retrieves the filter or collection of filters applied to an object.</p>
  755. </div><div><p><strong>Syntax</strong>: <code>&lt;string&gt;</code></p>
  756. <p><strong>Initial value</strong>: &quot;&quot; (the empty string)</p>
  757. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFlex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Flex<a href="#msFlex" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Flex<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Flex" class="tsd-signature-type" data-tsd-kind="Type alias">Flex</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;fit-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;content&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msFlex</p><ul><li>Defined in node_modules/csstype/index.d.ts:7668</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  758. <p>The <strong><code>flex</code></strong> CSS shorthand property sets how a flex <em>item</em> will grow or shrink to fit the space available in its flex container.</p>
  759. </div><div><p><strong>Syntax</strong>: <code>none | [ &lt;&#39;flex-grow&#39;&gt; &lt;&#39;flex-shrink&#39;&gt;? || &lt;&#39;flex-basis&#39;&gt; ]</code></p>
  760. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFlexDirection" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Flex<wbr/>Direction<a href="#msFlexDirection" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Flex<wbr/>Direction<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexDirection" class="tsd-signature-type" data-tsd-kind="Type alias">FlexDirection</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexDirection" class="tsd-signature-type" data-tsd-kind="Type alias">FlexDirection</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msFlexDirection</p><ul><li>Defined in node_modules/csstype/index.d.ts:6337</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  761. <p>The <strong><code>flex-direction</code></strong> CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).</p>
  762. </div><div><p><strong>Syntax</strong>: <code>row | row-reverse | column | column-reverse</code></p>
  763. <p><strong>Initial value</strong>: <code>row</code></p>
  764. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFlexPositive" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Flex<wbr/>Positive<a href="#msFlexPositive" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Flex<wbr/>Positive<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#FlexGrow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexGrow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#FlexGrow" class="tsd-signature-type" data-tsd-kind="Type alias">FlexGrow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msFlexPositive</p><ul><li>Defined in node_modules/csstype/index.d.ts:6345</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  765. <p>The <strong><code>flex-grow</code></strong> CSS property sets the flex grow factor of a flex item&#39;s main size.</p>
  766. </div><div><p><strong>Syntax</strong>: <code>&lt;number&gt;</code></p>
  767. <p><strong>Initial value</strong>: <code>0</code></p>
  768. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFlowFrom" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Flow<wbr/>From<a href="#msFlowFrom" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Flow<wbr/>From<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsFlowFrom" class="tsd-signature-type" data-tsd-kind="Type alias">MsFlowFrom</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsFlowFrom" class="tsd-signature-type" data-tsd-kind="Type alias">MsFlowFrom</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msFlowFrom</p><ul><li>Defined in node_modules/csstype/index.d.ts:6353</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  769. <p>The <strong><code>-ms-flow-from</code></strong> CSS property is a Microsoft extension that gets or sets a value identifying a region container in the document that accepts the content flow from the data source.</p>
  770. </div><div><p><strong>Syntax</strong>: <code>[ none | &lt;custom-ident&gt; ]#</code></p>
  771. <p><strong>Initial value</strong>: <code>none</code></p>
  772. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msFlowInto" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Flow<wbr/>Into<a href="#msFlowInto" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Flow<wbr/>Into<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsFlowInto" class="tsd-signature-type" data-tsd-kind="Type alias">MsFlowInto</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsFlowInto" class="tsd-signature-type" data-tsd-kind="Type alias">MsFlowInto</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msFlowInto</p><ul><li>Defined in node_modules/csstype/index.d.ts:6361</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  773. <p>The <strong><code>-ms-flow-into</code></strong> CSS property is a Microsoft extension that gets or sets a value identifying an iframe container in the document that serves as the region&#39;s data source.</p>
  774. </div><div><p><strong>Syntax</strong>: <code>[ none | &lt;custom-ident&gt; ]#</code></p>
  775. <p><strong>Initial value</strong>: <code>none</code></p>
  776. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msGridColumns" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Grid<wbr/>Columns<a href="#msGridColumns" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Grid<wbr/>Columns<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsGridColumns" class="tsd-signature-type" data-tsd-kind="Type alias">MsGridColumns</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msGridColumns</p><ul><li>Defined in node_modules/csstype/index.d.ts:6369</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  777. <p>The <strong><code>grid-template-columns</code></strong> CSS property defines the line names and track sizing functions of the grid columns.</p>
  778. </div><div><p><strong>Syntax</strong>: <code>none | &lt;track-list&gt; | &lt;auto-track-list&gt;</code></p>
  779. <p><strong>Initial value</strong>: <code>none</code></p>
  780. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msGridRows" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Grid<wbr/>Rows<a href="#msGridRows" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Grid<wbr/>Rows<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsGridRows" class="tsd-signature-type" data-tsd-kind="Type alias">MsGridRows</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;max-content&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;min-content&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msGridRows</p><ul><li>Defined in node_modules/csstype/index.d.ts:6377</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  781. <p>The <strong><code>grid-template-rows</code></strong> CSS property defines the line names and track sizing functions of the grid rows.</p>
  782. </div><div><p><strong>Syntax</strong>: <code>none | &lt;track-list&gt; | &lt;auto-track-list&gt;</code></p>
  783. <p><strong>Initial value</strong>: <code>none</code></p>
  784. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msHighContrastAdjust" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>High<wbr/>Contrast<wbr/>Adjust<a href="#msHighContrastAdjust" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>High<wbr/>Contrast<wbr/>Adjust<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsHighContrastAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">MsHighContrastAdjust</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsHighContrastAdjust" class="tsd-signature-type" data-tsd-kind="Type alias">MsHighContrastAdjust</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msHighContrastAdjust</p><ul><li>Defined in node_modules/csstype/index.d.ts:6385</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  785. <p>The <strong><code>-ms-high-contrast-adjust</code></strong> CSS property is a Microsoft extension that gets or sets a value indicating whether to override any CSS properties that would have been set in high contrast mode.</p>
  786. </div><div><p><strong>Syntax</strong>: <code>auto | none</code></p>
  787. <p><strong>Initial value</strong>: <code>auto</code></p>
  788. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msHyphenateLimitChars" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Chars<a href="#msHyphenateLimitChars" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Chars<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsHyphenateLimitChars" class="tsd-signature-type" data-tsd-kind="Type alias">MsHyphenateLimitChars</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsHyphenateLimitChars" class="tsd-signature-type" data-tsd-kind="Type alias">MsHyphenateLimitChars</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msHyphenateLimitChars</p><ul><li>Defined in node_modules/csstype/index.d.ts:6393</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  789. <p>The <strong><code>-ms-hyphenate-limit-chars</code></strong> CSS property is a Microsoft extension that specifies one to three values indicating the minimum number of characters in a hyphenated word. If the word does not meet the required minimum number of characters in the word, before the hyphen, or after the hyphen, then the word is not hyphenated.</p>
  790. </div><div><p><strong>Syntax</strong>: <code>auto | &lt;integer&gt;{1,3}</code></p>
  791. <p><strong>Initial value</strong>: <code>auto</code></p>
  792. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msHyphenateLimitLines" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Lines<a href="#msHyphenateLimitLines" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Lines<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsHyphenateLimitLines" class="tsd-signature-type" data-tsd-kind="Type alias">MsHyphenateLimitLines</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsHyphenateLimitLines" class="tsd-signature-type" data-tsd-kind="Type alias">MsHyphenateLimitLines</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msHyphenateLimitLines</p><ul><li>Defined in node_modules/csstype/index.d.ts:6401</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  793. <p>The <strong><code>-ms-hyphenate-limit-lines</code></strong> CSS property is a Microsoft extension specifying the maximum number of consecutive lines in an element that may be ended with a hyphenated word.</p>
  794. </div><div><p><strong>Syntax</strong>: <code>no-limit | &lt;integer&gt;</code></p>
  795. <p><strong>Initial value</strong>: <code>no-limit</code></p>
  796. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msHyphenateLimitZone" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Zone<a href="#msHyphenateLimitZone" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Zone<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsHyphenateLimitZone" class="tsd-signature-type" data-tsd-kind="Type alias">MsHyphenateLimitZone</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msHyphenateLimitZone</p><ul><li>Defined in node_modules/csstype/index.d.ts:6409</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  797. <p>The <code>**-ms-hyphenate-limit-zone**</code> CSS property is a Microsoft extension specifying the width of the hyphenation zone.</p>
  798. </div><div><p><strong>Syntax</strong>: <code>&lt;percentage&gt; | &lt;length&gt;</code></p>
  799. <p><strong>Initial value</strong>: <code>0</code></p>
  800. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msHyphens" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Hyphens<a href="#msHyphens" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Hyphens<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Hyphens" class="tsd-signature-type" data-tsd-kind="Type alias">Hyphens</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msHyphens</p><ul><li>Defined in node_modules/csstype/index.d.ts:6417</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  801. <p>The <strong><code>hyphens</code></strong> CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.</p>
  802. </div><div><p><strong>Syntax</strong>: <code>none | manual | auto</code></p>
  803. <p><strong>Initial value</strong>: <code>manual</code></p>
  804. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msImeAlign" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Ime<wbr/>Align<a href="#msImeAlign" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Ime<wbr/>Align<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsImeAlign" class="tsd-signature-type" data-tsd-kind="Type alias">MsImeAlign</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsImeAlign" class="tsd-signature-type" data-tsd-kind="Type alias">MsImeAlign</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msImeAlign</p><ul><li>Defined in node_modules/csstype/index.d.ts:6425</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  805. <p>The <strong><code>-ms-ime-align</code></strong> CSS property is a Microsoft extension aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11.</p>
  806. </div><div><p><strong>Syntax</strong>: <code>auto | after</code></p>
  807. <p><strong>Initial value</strong>: <code>auto</code></p>
  808. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msJustifySelf" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Justify<wbr/>Self<a href="#msJustifySelf" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Justify<wbr/>Self<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#JustifySelf" class="tsd-signature-type" data-tsd-kind="Type alias">JustifySelf</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#JustifySelf" class="tsd-signature-type" data-tsd-kind="Type alias">JustifySelf</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msJustifySelf</p><ul><li>Defined in node_modules/csstype/index.d.ts:6433</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  809. <p>The CSS <strong><code>justify-self</code></strong> property sets the way a box is justified inside its alignment container along the appropriate axis.</p>
  810. </div><div><p><strong>Syntax</strong>: <code>auto | normal | stretch | &lt;baseline-position&gt; | &lt;overflow-position&gt;? [ &lt;self-position&gt; | left | right ]</code></p>
  811. <p><strong>Initial value</strong>: <code>auto</code></p>
  812. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msLineBreak" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Line<wbr/>Break<a href="#msLineBreak" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Line<wbr/>Break<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#LineBreak" class="tsd-signature-type" data-tsd-kind="Type alias">LineBreak</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#LineBreak" class="tsd-signature-type" data-tsd-kind="Type alias">LineBreak</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msLineBreak</p><ul><li>Defined in node_modules/csstype/index.d.ts:6441</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  813. <p>The <strong><code>line-break</code></strong> CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.</p>
  814. </div><div><p><strong>Syntax</strong>: <code>auto | loose | normal | strict | anywhere</code></p>
  815. <p><strong>Initial value</strong>: <code>auto</code></p>
  816. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msOrder" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Order<a href="#msOrder" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Order<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Order" class="tsd-signature-type" data-tsd-kind="Type alias">Order</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Order" class="tsd-signature-type" data-tsd-kind="Type alias">Order</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msOrder</p><ul><li>Defined in node_modules/csstype/index.d.ts:6449</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  817. <p>The <strong><code>order</code></strong> CSS property sets the order to lay out an item in a flex or grid container. Items in a container are sorted by ascending <code>order</code> value and then by their source code order.</p>
  818. </div><div><p><strong>Syntax</strong>: <code>&lt;integer&gt;</code></p>
  819. <p><strong>Initial value</strong>: <code>0</code></p>
  820. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msOverflowStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Overflow<wbr/>Style<a href="#msOverflowStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Overflow<wbr/>Style<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsOverflowStyle" class="tsd-signature-type" data-tsd-kind="Type alias">MsOverflowStyle</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsOverflowStyle" class="tsd-signature-type" data-tsd-kind="Type alias">MsOverflowStyle</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msOverflowStyle</p><ul><li>Defined in node_modules/csstype/index.d.ts:6457</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  821. <p>The <strong><code>-ms-overflow-style</code></strong> CSS property is a Microsoft extension controlling the behavior of scrollbars when the content of an element overflows.</p>
  822. </div><div><p><strong>Syntax</strong>: <code>auto | none | scrollbar | -ms-autohiding-scrollbar</code></p>
  823. <p><strong>Initial value</strong>: <code>auto</code></p>
  824. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msOverflowX" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>OverflowX<a href="#msOverflowX" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>OverflowX<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#OverflowX" class="tsd-signature-type" data-tsd-kind="Type alias">OverflowX</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#OverflowX" class="tsd-signature-type" data-tsd-kind="Type alias">OverflowX</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msOverflowX</p><ul><li>Defined in node_modules/csstype/index.d.ts:6465</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  825. <p>The <strong><code>overflow-x</code></strong> CSS property sets what shows when content overflows a block-level element&#39;s left and right edges. This may be nothing, a scroll bar, or the overflow content.</p>
  826. </div><div><p><strong>Syntax</strong>: <code>visible | hidden | clip | scroll | auto</code></p>
  827. <p><strong>Initial value</strong>: <code>visible</code></p>
  828. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msOverflowY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>OverflowY<a href="#msOverflowY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>OverflowY<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#OverflowY" class="tsd-signature-type" data-tsd-kind="Type alias">OverflowY</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#OverflowY" class="tsd-signature-type" data-tsd-kind="Type alias">OverflowY</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msOverflowY</p><ul><li>Defined in node_modules/csstype/index.d.ts:6473</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  829. <p>The <strong><code>overflow-y</code></strong> CSS property sets what shows when content overflows a block-level element&#39;s top and bottom edges. This may be nothing, a scroll bar, or the overflow content.</p>
  830. </div><div><p><strong>Syntax</strong>: <code>visible | hidden | clip | scroll | auto</code></p>
  831. <p><strong>Initial value</strong>: <code>visible</code></p>
  832. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollChaining" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Chaining<a href="#msScrollChaining" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Chaining<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollChaining" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollChaining</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollChaining" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollChaining</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollChaining</p><ul><li>Defined in node_modules/csstype/index.d.ts:6481</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  833. <p>The <code>**-ms-scroll-chaining**</code> CSS property is a Microsoft extension that specifies the scrolling behavior that occurs when a user hits the scroll limit during a manipulation.</p>
  834. </div><div><p><strong>Syntax</strong>: <code>chained | none</code></p>
  835. <p><strong>Initial value</strong>: <code>chained</code></p>
  836. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollLimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Limit<a href="#msScrollLimit" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Limit<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimit" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimit</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimit" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimit</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msScrollLimit</p><ul><li>Defined in node_modules/csstype/index.d.ts:7674</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  837. <p>The <strong>-ms-scroll-limit</strong> CSS property is a Microsoft extension that specifies values for the <code>-ms-scroll-limit-x-min</code>, <code>-ms-scroll-limit-y-min</code>, <code>-ms-scroll-limit-x-max</code>, and <code>-ms-scroll-limit-y-max</code> properties.</p>
  838. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;-ms-scroll-limit-x-min&#39;&gt; &lt;&#39;-ms-scroll-limit-y-min&#39;&gt; &lt;&#39;-ms-scroll-limit-x-max&#39;&gt; &lt;&#39;-ms-scroll-limit-y-max&#39;&gt;</code></p>
  839. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollLimitXMax" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>LimitXMax<a href="#msScrollLimitXMax" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMax<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimitXMax" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimitXMax</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollLimitXMax</p><ul><li>Defined in node_modules/csstype/index.d.ts:6489</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  840. <p>The <code>**-ms-scroll-limit-x-max**</code> CSS property is a Microsoft extension that specifies the maximum value for the <code>Element.scrollLeft</code> property.</p>
  841. </div><div><p><strong>Syntax</strong>: <code>auto | &lt;length&gt;</code></p>
  842. <p><strong>Initial value</strong>: <code>auto</code></p>
  843. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollLimitXMin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>LimitXMin<a href="#msScrollLimitXMin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimitXMin" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimitXMin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollLimitXMin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6497</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  844. <p>The <strong><code>-ms-scroll-limit-x-min</code></strong> CSS property is a Microsoft extension that specifies the minimum value for the <code>Element.scrollLeft</code> property.</p>
  845. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt;</code></p>
  846. <p><strong>Initial value</strong>: <code>0</code></p>
  847. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollLimitYMax" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>LimitYMax<a href="#msScrollLimitYMax" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMax<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimitYMax" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimitYMax</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;auto&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollLimitYMax</p><ul><li>Defined in node_modules/csstype/index.d.ts:6505</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  848. <p>The <strong><code>-ms-scroll-limit-y-max</code></strong> CSS property is a Microsoft extension that specifies the maximum value for the <code>Element.scrollTop</code> property.</p>
  849. </div><div><p><strong>Syntax</strong>: <code>auto | &lt;length&gt;</code></p>
  850. <p><strong>Initial value</strong>: <code>auto</code></p>
  851. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollLimitYMin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>LimitYMin<a href="#msScrollLimitYMin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollLimitYMin" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollLimitYMin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollLimitYMin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6513</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  852. <p>The <strong><code>-ms-scroll-limit-y-min</code></strong> CSS property is a Microsoft extension that specifies the minimum value for the <code>Element.scrollTop</code> property.</p>
  853. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt;</code></p>
  854. <p><strong>Initial value</strong>: <code>0</code></p>
  855. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollRails" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Rails<a href="#msScrollRails" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Rails<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollRails" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollRails</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollRails" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollRails</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollRails</p><ul><li>Defined in node_modules/csstype/index.d.ts:6521</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  856. <p>The <strong><code>-ms-scroll-rails</code></strong> CSS property is a Microsoft extension that specifies whether scrolling locks to the primary axis of motion.</p>
  857. </div><div><p><strong>Syntax</strong>: <code>none | railed</code></p>
  858. <p><strong>Initial value</strong>: <code>railed</code></p>
  859. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollSnapPointsX" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsX<a href="#msScrollSnapPointsX" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsX<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapPointsX" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapPointsX</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapPointsX" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapPointsX</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollSnapPointsX</p><ul><li>Defined in node_modules/csstype/index.d.ts:6529</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  860. <p>The <strong><code>-ms-scroll-snap-points-x</code></strong> CSS property is a Microsoft extension that specifies where snap-points will be located along the x-axis.</p>
  861. </div><div><p><strong>Syntax</strong>: <code>snapInterval( &lt;length-percentage&gt;, &lt;length-percentage&gt; ) | snapList( &lt;length-percentage&gt;# )</code></p>
  862. <p><strong>Initial value</strong>: <code>snapInterval(0px, 100%)</code></p>
  863. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollSnapPointsY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsY<a href="#msScrollSnapPointsY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsY<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapPointsY" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapPointsY</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapPointsY" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapPointsY</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollSnapPointsY</p><ul><li>Defined in node_modules/csstype/index.d.ts:6537</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  864. <p>The <strong><code>-ms-scroll-snap-points-y</code></strong> CSS property is a Microsoft extension that specifies where snap-points will be located along the y-axis.</p>
  865. </div><div><p><strong>Syntax</strong>: <code>snapInterval( &lt;length-percentage&gt;, &lt;length-percentage&gt; ) | snapList( &lt;length-percentage&gt;# )</code></p>
  866. <p><strong>Initial value</strong>: <code>snapInterval(0px, 100%)</code></p>
  867. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollSnapType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Snap<wbr/>Type<a href="#msScrollSnapType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>Type<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapType</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapType" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapType</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollSnapType</p><ul><li>Defined in node_modules/csstype/index.d.ts:6545</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  868. <p>The <strong><code>scroll-snap-type</code></strong> CSS property sets how strictly snap points are enforced on the scroll container in case there is one.</p>
  869. </div><div><p><strong>Syntax</strong>: <code>none | proximity | mandatory</code></p>
  870. <p><strong>Initial value</strong>: <code>none</code></p>
  871. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollSnapX" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>SnapX<a href="#msScrollSnapX" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapX<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapX" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapX</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapX" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapX</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msScrollSnapX</p><ul><li>Defined in node_modules/csstype/index.d.ts:7680</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  872. <p>The <strong><code>-ms-scroll-snap-x</code></strong> CSS shorthand property is a Microsoft extension that specifies values for the <code>-ms-scroll-snap-type</code> and <code>-ms-scroll-snap-points-x</code> properties.</p>
  873. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;-ms-scroll-snap-type&#39;&gt; &lt;&#39;-ms-scroll-snap-points-x&#39;&gt;</code></p>
  874. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollSnapY" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>SnapY<a href="#msScrollSnapY" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapY<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapY" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapY</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollSnapY" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollSnapY</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msScrollSnapY</p><ul><li>Defined in node_modules/csstype/index.d.ts:7686</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  875. <p>The <strong><code>-ms-scroll-snap-x</code></strong> CSS shorthand property is a Microsoft extension that specifies values for the <code>-ms-scroll-snap-type</code> and <code>-ms-scroll-snap-points-y</code> properties.</p>
  876. </div><div><p><strong>Syntax</strong>: <code>&lt;&#39;-ms-scroll-snap-type&#39;&gt; &lt;&#39;-ms-scroll-snap-points-y&#39;&gt;</code></p>
  877. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollTranslation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scroll<wbr/>Translation<a href="#msScrollTranslation" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scroll<wbr/>Translation<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollTranslation" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollTranslation</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollTranslation" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollTranslation</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollTranslation</p><ul><li>Defined in node_modules/csstype/index.d.ts:6553</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  878. <p>The <strong><code>-ms-scroll-translation</code></strong> CSS property is a Microsoft extension that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element.</p>
  879. </div><div><p><strong>Syntax</strong>: <code>none | vertical-to-horizontal</code></p>
  880. <p><strong>Initial value</strong>: <code>none</code></p>
  881. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbar3dlightColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar3dlight<wbr/>Color<a href="#msScrollbar3dlightColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar3dlight<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbar3dlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbar3dlightColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbar3dlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbar3dlightColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbar3dlightColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6561</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  882. <p>The <strong><code>-ms-scrollbar-3dlight-color</code></strong> CSS property is a Microsoft extension specifying the color of the top and left edges of the scroll box and scroll arrows of a scroll bar.</p>
  883. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  884. <p><strong>Initial value</strong>: depends on user agent</p>
  885. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarArrowColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Arrow<wbr/>Color<a href="#msScrollbarArrowColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Arrow<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarArrowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarArrowColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarArrowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarArrowColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarArrowColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6569</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  886. <p>The <strong><code>-ms-scrollbar-arrow-color</code></strong> CSS property is a Microsoft extension that specifies the color of the arrow elements of a scroll arrow.</p>
  887. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  888. <p><strong>Initial value</strong>: <code>ButtonText</code></p>
  889. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarBaseColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Base<wbr/>Color<a href="#msScrollbarBaseColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Base<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarBaseColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarBaseColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarBaseColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarBaseColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarBaseColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6577</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  890. <p>The <code>**-ms-scrollbar-base-color**</code> CSS property is a Microsoft extension that specifies the base color of the main elements of a scroll bar.</p>
  891. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  892. <p><strong>Initial value</strong>: depends on user agent</p>
  893. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarDarkshadowColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Darkshadow<wbr/>Color<a href="#msScrollbarDarkshadowColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Darkshadow<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarDarkshadowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarDarkshadowColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarDarkshadowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarDarkshadowColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarDarkshadowColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6585</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  894. <p>The <strong><code>-ms-scrollbar-darkshadow-color</code></strong> CSS property is a Microsoft extension that specifies the color of a scroll bar&#39;s gutter.</p>
  895. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  896. <p><strong>Initial value</strong>: <code>ThreeDDarkShadow</code></p>
  897. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarFaceColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Face<wbr/>Color<a href="#msScrollbarFaceColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Face<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarFaceColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarFaceColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarFaceColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarFaceColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarFaceColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6593</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  898. <p>The <code>**-ms-scrollbar-face-color**</code> CSS property is a Microsoft extension that specifies the color of the scroll box and scroll arrows of a scroll bar.</p>
  899. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  900. <p><strong>Initial value</strong>: <code>ThreeDFace</code></p>
  901. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarHighlightColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Highlight<wbr/>Color<a href="#msScrollbarHighlightColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Highlight<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarHighlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarHighlightColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarHighlightColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarHighlightColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarHighlightColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6601</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  902. <p>The <code>**-ms-scrollbar-highlight-color**</code> CSS property is a Microsoft extension that specifies the color of the slider tray, the top and left edges of the scroll box, and the scroll arrows of a scroll bar.</p>
  903. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  904. <p><strong>Initial value</strong>: <code>ThreeDHighlight</code></p>
  905. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msScrollbarShadowColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Scrollbar<wbr/>Shadow<wbr/>Color<a href="#msScrollbarShadowColor" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Shadow<wbr/>Color<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarShadowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarShadowColor</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsScrollbarShadowColor" class="tsd-signature-type" data-tsd-kind="Type alias">MsScrollbarShadowColor</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msScrollbarShadowColor</p><ul><li>Defined in node_modules/csstype/index.d.ts:6609</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  906. <p>The <strong><code>-ms-scrollbar-shadow-color</code></strong> CSS property is a Microsoft extension that specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.</p>
  907. </div><div><p><strong>Syntax</strong>: <code>&lt;color&gt;</code></p>
  908. <p><strong>Initial value</strong>: <code>ThreeDDarkShadow</code></p>
  909. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTextAutospace" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Text<wbr/>Autospace<a href="#msTextAutospace" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Text<wbr/>Autospace<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsTextAutospace" class="tsd-signature-type" data-tsd-kind="Type alias">MsTextAutospace</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsTextAutospace" class="tsd-signature-type" data-tsd-kind="Type alias">MsTextAutospace</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTextAutospace</p><ul><li>Defined in node_modules/csstype/index.d.ts:6617</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  910. <p>The <strong><code>-ms-text-autospace</code></strong> CSS property is a Microsoft extension that specifies the autospacing and narrow space width adjustment of text.</p>
  911. </div><div><p><strong>Syntax</strong>: <code>none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space</code></p>
  912. <p><strong>Initial value</strong>: <code>none</code></p>
  913. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTextCombineHorizontal" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Text<wbr/>Combine<wbr/>Horizontal<a href="#msTextCombineHorizontal" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Text<wbr/>Combine<wbr/>Horizontal<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextCombineUpright" class="tsd-signature-type" data-tsd-kind="Type alias">TextCombineUpright</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextCombineUpright" class="tsd-signature-type" data-tsd-kind="Type alias">TextCombineUpright</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTextCombineHorizontal</p><ul><li>Defined in node_modules/csstype/index.d.ts:6625</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  914. <p>The <strong><code>text-combine-upright</code></strong> CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.</p>
  915. </div><div><p><strong>Syntax</strong>: <code>none | all | [ digits &lt;integer&gt;? ]</code></p>
  916. <p><strong>Initial value</strong>: <code>none</code></p>
  917. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTextOverflow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Text<wbr/>Overflow<a href="#msTextOverflow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Text<wbr/>Overflow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TextOverflow" class="tsd-signature-type" data-tsd-kind="Type alias">TextOverflow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TextOverflow" class="tsd-signature-type" data-tsd-kind="Type alias">TextOverflow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTextOverflow</p><ul><li>Defined in node_modules/csstype/index.d.ts:6633</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  918. <p>The <strong><code>text-overflow</code></strong> CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis (&#39;<code>…</code>&#39;), or display a custom string.</p>
  919. </div><div><p><strong>Syntax</strong>: <code>[ clip | ellipsis | &lt;string&gt; ]{1,2}</code></p>
  920. <p><strong>Initial value</strong>: <code>clip</code></p>
  921. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTouchAction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Touch<wbr/>Action<a href="#msTouchAction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Touch<wbr/>Action<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TouchAction" class="tsd-signature-type" data-tsd-kind="Type alias">TouchAction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TouchAction" class="tsd-signature-type" data-tsd-kind="Type alias">TouchAction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTouchAction</p><ul><li>Defined in node_modules/csstype/index.d.ts:6641</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  922. <p>The <strong><code>touch-action</code></strong> CSS property sets how an element&#39;s region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).</p>
  923. </div><div><p><strong>Syntax</strong>: <code>auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation</code></p>
  924. <p><strong>Initial value</strong>: <code>auto</code></p>
  925. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTouchSelect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Touch<wbr/>Select<a href="#msTouchSelect" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Touch<wbr/>Select<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsTouchSelect" class="tsd-signature-type" data-tsd-kind="Type alias">MsTouchSelect</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsTouchSelect" class="tsd-signature-type" data-tsd-kind="Type alias">MsTouchSelect</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTouchSelect</p><ul><li>Defined in node_modules/csstype/index.d.ts:6649</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  926. <p>The <strong><code>-ms-touch-select</code></strong> CSS property is a Microsoft extension that toggles the gripper visual elements that enable touch text selection.</p>
  927. </div><div><p><strong>Syntax</strong>: <code>grippers | none</code></p>
  928. <p><strong>Initial value</strong>: <code>grippers</code></p>
  929. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransform" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transform<a href="#msTransform" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transform<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Transform-2" class="tsd-signature-type" data-tsd-kind="Type alias">Transform</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html" class="tsd-signature-type" data-tsd-kind="Namespace">&lt;internal&gt;</a><span class="tsd-signature-symbol">.</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Transform-2" class="tsd-signature-type" data-tsd-kind="Type alias">Transform</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransform</p><ul><li>Defined in node_modules/csstype/index.d.ts:6657</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  930. <p>The <strong><code>transform</code></strong> CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model.</p>
  931. </div><div><p><strong>Syntax</strong>: <code>none | &lt;transform-list&gt;</code></p>
  932. <p><strong>Initial value</strong>: <code>none</code></p>
  933. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransformOrigin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transform<wbr/>Origin<a href="#msTransformOrigin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transform<wbr/>Origin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransformOrigin" class="tsd-signature-type" data-tsd-kind="Type alias">TransformOrigin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransformOrigin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6665</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  934. <p>The <strong><code>transform-origin</code></strong> CSS property sets the origin for an element&#39;s transformations.</p>
  935. </div><div><p><strong>Syntax</strong>: <code>[ &lt;length-percentage&gt; | left | center | right | top | bottom ] | [ [ &lt;length-percentage&gt; | left | center | right ] &amp;&amp; [ &lt;length-percentage&gt; | top | center | bottom ] ] &lt;length&gt;?</code></p>
  936. <p><strong>Initial value</strong>: <code>50% 50% 0</code></p>
  937. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transition<a href="#msTransition" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transition<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#Transition" class="tsd-signature-type" data-tsd-kind="Type alias">Transition</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#EasingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">EasingFunction</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;all&quot;</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorShorthandPropertiesFallback.msTransition</p><ul><li>Defined in node_modules/csstype/index.d.ts:7692</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  938. <p>The <strong><code>transition</code></strong> CSS property is a shorthand property for <code>transition-property</code>, <code>transition-duration</code>, <code>transition-timing-function</code>, and <code>transition-delay</code>.</p>
  939. </div><div><p><strong>Syntax</strong>: <code>&lt;single-transition&gt;#</code></p>
  940. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransitionDelay" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transition<wbr/>Delay<a href="#msTransitionDelay" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transition<wbr/>Delay<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDelay" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDelay</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransitionDelay</p><ul><li>Defined in node_modules/csstype/index.d.ts:6673</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  941. <p>The <strong><code>transition-delay</code></strong> CSS property specifies the duration to wait before starting a property&#39;s transition effect when its value changes.</p>
  942. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  943. <p><strong>Initial value</strong>: <code>0s</code></p>
  944. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransitionDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transition<wbr/>Duration<a href="#msTransitionDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transition<wbr/>Duration<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionDuration" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionDuration</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TTime</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransitionDuration</p><ul><li>Defined in node_modules/csstype/index.d.ts:6681</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  945. <p>The <strong><code>transition-duration</code></strong> CSS property sets the length of time a transition animation should take to complete. By default, the value is <code>0s</code>, meaning that no animation will occur.</p>
  946. </div><div><p><strong>Syntax</strong>: <code>&lt;time&gt;#</code></p>
  947. <p><strong>Initial value</strong>: <code>0s</code></p>
  948. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransitionProperty" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transition<wbr/>Property<a href="#msTransitionProperty" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transition<wbr/>Property<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionProperty" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionProperty</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransitionProperty</p><ul><li>Defined in node_modules/csstype/index.d.ts:6689</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  949. <p>The <strong><code>transition-property</code></strong> CSS property sets the CSS properties to which a transition effect should be applied.</p>
  950. </div><div><p><strong>Syntax</strong>: <code>none | &lt;single-transition-property&gt;#</code></p>
  951. <p><strong>Initial value</strong>: all</p>
  952. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msTransitionTimingFunction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Transition<wbr/>Timing<wbr/>Function<a href="#msTransitionTimingFunction" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Transition<wbr/>Timing<wbr/>Function<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#TransitionTimingFunction" class="tsd-signature-type" data-tsd-kind="Type alias">TransitionTimingFunction</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msTransitionTimingFunction</p><ul><li>Defined in node_modules/csstype/index.d.ts:6697</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  953. <p>The <strong><code>transition-timing-function</code></strong> CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect.</p>
  954. </div><div><p><strong>Syntax</strong>: <code>&lt;easing-function&gt;#</code></p>
  955. <p><strong>Initial value</strong>: <code>ease</code></p>
  956. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msUserSelect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>User<wbr/>Select<a href="#msUserSelect" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>User<wbr/>Select<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsUserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">MsUserSelect</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsUserSelect" class="tsd-signature-type" data-tsd-kind="Type alias">MsUserSelect</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msUserSelect</p><ul><li>Defined in node_modules/csstype/index.d.ts:6705</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  957. <p>The <code>**user-select**</code> CSS property controls whether the user can select text. This doesn&#39;t have any effect on content loaded as chrome, except in textboxes.</p>
  958. </div><div><p><strong>Syntax</strong>: <code>none | element | text</code></p>
  959. <p><strong>Initial value</strong>: <code>text</code></p>
  960. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msWordBreak" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Word<wbr/>Break<a href="#msWordBreak" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Word<wbr/>Break<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WordBreak" class="tsd-signature-type" data-tsd-kind="Type alias">WordBreak</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WordBreak" class="tsd-signature-type" data-tsd-kind="Type alias">WordBreak</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msWordBreak</p><ul><li>Defined in node_modules/csstype/index.d.ts:6713</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  961. <p>The <strong><code>word-break</code></strong> CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.</p>
  962. </div><div><p><strong>Syntax</strong>: <code>normal | break-all | keep-all | break-word</code></p>
  963. <p><strong>Initial value</strong>: <code>normal</code></p>
  964. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msWrapFlow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Wrap<wbr/>Flow<a href="#msWrapFlow" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Wrap<wbr/>Flow<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsWrapFlow" class="tsd-signature-type" data-tsd-kind="Type alias">MsWrapFlow</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsWrapFlow" class="tsd-signature-type" data-tsd-kind="Type alias">MsWrapFlow</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msWrapFlow</p><ul><li>Defined in node_modules/csstype/index.d.ts:6721</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  965. <p>The <strong><code>-ms-wrap-flow</code></strong> CSS property is a Microsoft extension that specifies how exclusions impact inline content within block-level elements.</p>
  966. </div><div><p><strong>Syntax</strong>: <code>auto | both | start | end | maximum | clear</code></p>
  967. <p><strong>Initial value</strong>: <code>auto</code></p>
  968. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msWrapMargin" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Wrap<wbr/>Margin<a href="#msWrapMargin" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Wrap<wbr/>Margin<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsWrapMargin" class="tsd-signature-type" data-tsd-kind="Type alias">MsWrapMargin</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><a href="../modules/RcsbFv3DAssembly._internal_.html#Globals" class="tsd-signature-type" data-tsd-kind="Type alias">Globals</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#NonNullable" class="tsd-signature-type" data-tsd-kind="Type alias">NonNullable</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">TLength</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msWrapMargin</p><ul><li>Defined in node_modules/csstype/index.d.ts:6729</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  969. <p>The <strong><code>-ms-wrap-margin</code></strong> CSS property is a Microsoft extension that specifies a margin that offsets the inner wrap shape from other shapes.</p>
  970. </div><div><p><strong>Syntax</strong>: <code>&lt;length&gt;</code></p>
  971. <p><strong>Initial value</strong>: <code>0</code></p>
  972. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msWrapThrough" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Wrap<wbr/>Through<a href="#msWrapThrough" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Wrap<wbr/>Through<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#MsWrapThrough" class="tsd-signature-type" data-tsd-kind="Type alias">MsWrapThrough</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#MsWrapThrough" class="tsd-signature-type" data-tsd-kind="Type alias">MsWrapThrough</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msWrapThrough</p><ul><li>Defined in node_modules/csstype/index.d.ts:6737</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  973. <p>The <strong><code>-ms-wrap-through</code></strong> CSS property is a Microsoft extension that specifies how content should wrap around an exclusion element.</p>
  974. </div><div><p><strong>Syntax</strong>: <code>wrap | none</code></p>
  975. <p><strong>Initial value</strong>: <code>wrap</code></p>
  976. </div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="msWritingMode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span class="tsd-flag ts-flagOptional">Optional</span> ms<wbr/>Writing<wbr/>Mode<a href="#msWritingMode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">ms<wbr/>Writing<wbr/>Mode<span class="tsd-signature-symbol">?:</span> <a href="../modules/RcsbFv3DAssembly._internal_.html#WritingMode" class="tsd-signature-type" data-tsd-kind="Type alias">WritingMode</a><span class="tsd-signature-symbol"> | </span><a href="../modules/RcsbFv3DAssembly._internal_.html#WritingMode" class="tsd-signature-type" data-tsd-kind="Type alias">WritingMode</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from VendorLonghandPropertiesFallback.msWritingMode</p><ul><li>Defined in node_modules/csstype/index.d.ts:6745</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
  977. <p>The <strong><code>writing-mode</code></strong> CSS property sets whether lines of text are laid out horizontally or vertically, as well as the direction in which blocks progress. When set for an entire document, it should be set on the root element (<code>html</code> element for HTML documents).</p>
  978. </div><div><p><strong>Syntax</strong>: <code>horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr</code></p>
  979. <p><strong>Initial value</strong>: <code>horizontal-tb</code></p>
  980. </div></div></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class="current tsd-kind-module"><a href="../modules/RcsbFv3DAssembly.html">Rcsb<wbr/>Fv3DAssembly</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-module"><a href="../modules/RcsbFv3DAssembly._internal_.html">&lt;internal&gt;</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_geo_geometry_text_font_atlas_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>geo/geometry/text/font-<wbr/>atlas&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_gl_render_object_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>gl/render-<wbr/>object&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_gl_renderable_schema_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>gl/renderable/schema&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>model/structure/model&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_model_structure_model_properties_atomic_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>model/structure/model/properties/atomic&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_builder_structure_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/builder/structure/representation&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_data_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/data&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_misc_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/misc&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_model_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/model&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/representation&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_shape_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/shape&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_plugin_state_transforms_volume_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>plugin-<wbr/>state/transforms/volume&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_repr_structure_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>repr/structure/representation&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_repr_volume_representation_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>repr/volume/representation&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_script_language_symbol_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>script/language/symbol&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_script_language_type_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>script/language/type&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_state_state_builder_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>state/state/builder&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_state_transformer_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>state/transformer&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_task_execution_synchronous_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>task/execution/synchronous&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_binding_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/binding&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_clip_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/clip&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_color_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/color/color&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_color_index_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/color/index&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.__Users_joan_devel_rcsb_saguaro_3d_node_modules_molstar_lib_mol_util_uuid_.html">&quot;/<wbr/>Users/joan/devel/rcsb-<wbr/>saguaro-<wbr/>3d/node_<wbr/>modules/molstar/lib/mol-<wbr/>util/uuid&quot;</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Arguments.html">Arguments</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ArrayEncoder.html">Array<wbr/>Encoder</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Assembly.html">Assembly</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Asset.html">Asset</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.AtomicHierarchy.html">Atomic<wbr/>Hierarchy</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.AtomicIndex.html">Atomic<wbr/>Index</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Axes3D.html">Axes3D</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Binding.html">Binding</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.BitFlags.html">Bit<wbr/>Flags</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Box3D.html">Box3D</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Bundle.html">Bundle</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ButtonsType.html">Buttons<wbr/>Type</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Camera.html">Camera</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CameraTransitionManager.html">Camera<wbr/>Transition<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Canvas3D.html">Canvas3D</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Canvas3DContext.html">Canvas3DContext</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Category.html">Category</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Cell.html">Cell</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifCategory.html">Cif<wbr/>Category</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifExportContext.html">Cif<wbr/>Export<wbr/>Context</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CifField.html">Cif<wbr/>Field</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Clipping.html">Clipping</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CoarseHierarchy.html">Coarse<wbr/>Hierarchy</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Collection.html">Collection</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Color.html">Color</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ColorTheme.html">Color<wbr/>Theme</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Column.html">Column</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CompiledQueryFn.html">Compiled<wbr/>Query<wbr/>Fn</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Coordinates.html">Coordinates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CubeFile.html">Cube<wbr/>File</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.CustomPropertyDescriptor.html">Custom<wbr/>Property<wbr/>Descriptor</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Cylinders.html">Cylinders</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.DirectVolume.html">Direct<wbr/>Volume</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.DxFile.html">Dx<wbr/>File</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Encoding.html">Encoding</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Expression.html">Expression</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Field.html">Field</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Generators.html">Generators</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Geometry.html">Geometry</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Grid.html">Grid</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Image.html">Image</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Indexed.html">Indexed</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Indexed-1.html">Indexed</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InputObserver.html">Input<wbr/>Observer</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntAdjacencyGraph.html">Int<wbr/>Adjacency<wbr/>Graph</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntMap.html">Int<wbr/>Map</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InterUnitBonds.html">Inter<wbr/>Unit<wbr/>Bonds</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InterUnitGraph.html">Inter<wbr/>Unit<wbr/>Graph</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.InteractivityManager.html">Interactivity<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Interval.html">Interval</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.IntraUnitBonds.html">Intra<wbr/>Unit<wbr/>Bonds</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Iterator.html">Iterator</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Keyed.html">Keyed</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Lines.html">Lines</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.List.html">List</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Location.html">Location</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci.html">Loci</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci-1.html">Loci</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Loci-2.html">Loci</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.LogEntry.html">Log<wbr/>Entry</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Map.html">Map</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.MarkerActions.html">Marker<wbr/>Actions</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mat3.html">Mat3</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mat4.html">Mat4</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Material.html">Material</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Mesh.html">Mesh</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Model.html">Model</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ModifiersKeys.html">Modifiers<wbr/>Keys</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.MolScriptBuilder.html">Mol<wbr/>Script<wbr/>Builder</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Object3D.html">Object3D</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ObjectEvent.html">Object<wbr/>Event</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedMap.html">Ordered<wbr/>Map</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedSet.html">Ordered<wbr/>Set</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.OrderedSet-1.html">Ordered<wbr/>Set</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Overpaint.html">Overpaint</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PickingId.html">Picking<wbr/>Id</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PixelData.html">Pixel<wbr/>Data</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginAnimationManager.html">Plugin<wbr/>Animation<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginBehavior.html">Plugin<wbr/>Behavior</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginCommand.html">Plugin<wbr/>Command</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginSpec.html">Plugin<wbr/>Spec</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginState.html">Plugin<wbr/>State</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginStateAnimation.html">Plugin<wbr/>State<wbr/>Animation</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginStateSnapshotManager.html">Plugin<wbr/>State<wbr/>Snapshot<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PluginToastManager.html">Plugin<wbr/>Toast<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Points.html">Points</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.PrincipalAxes.html">Principal<wbr/>Axes</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Progress.html">Progress</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Quat.html">Quat</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.QueryRuntimeArguments.html">Query<wbr/>Runtime<wbr/>Arguments</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.QuerySymbolRuntime.html">Query<wbr/>Symbol<wbr/>Runtime</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Renderer.html">Renderer</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Representation.html">Representation</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RepresentationProvider.html">Representation<wbr/>Provider</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Result.html">Result</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RuntimeContext.html">Runtime<wbr/>Context</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.RxEventHelper.html">Rx<wbr/>Event<wbr/>Helper</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Scene.html">Scene</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Script.html">Script</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Segmentation.html">Segmentation</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Seq.html">Seq</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Sequence.html">Sequence</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Set.html">Set</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Set-1.html">Set</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Shape.html">Shape</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SizeTheme.html">Size<wbr/>Theme</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SortedArray.html">Sorted<wbr/>Array</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SortedRanges.html">Sorted<wbr/>Ranges</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Spacegroup.html">Spacegroup</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SpacegroupCell.html">Spacegroup<wbr/>Cell</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Sphere3D.html">Sphere3D</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Spheres.html">Spheres</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Stack.html">Stack</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.State.html">State</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateAction.html">State<wbr/>Action</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateBuilder.html">State<wbr/>Builder</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObject.html">State<wbr/>Object</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectCell.html">State<wbr/>Object<wbr/>Cell</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectRef.html">State<wbr/>Object<wbr/>Ref</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateObjectSelector.html">State<wbr/>Object<wbr/>Selector</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateTree.html">State<wbr/>Tree</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StateTreeSpine.html">State<wbr/>Tree<wbr/>Spine</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StereoCamera.html">Stereo<wbr/>Camera</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Structure.html">Structure</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Structure-1.html">Structure</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureComponentManager.html">Structure<wbr/>Component<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureHierarchyManager.html">Structure<wbr/>Hierarchy<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureQuery.html">Structure<wbr/>Query</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationBuilder.html">Structure<wbr/>Representation<wbr/>Builder</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationPresetProvider.html">Structure<wbr/>Representation<wbr/>Preset<wbr/>Provider</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureRepresentationRegistry.html">Structure<wbr/>Representation<wbr/>Registry</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureResult.html">Structure<wbr/>Result</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureSelection.html">Structure<wbr/>Selection</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.StructureSequence.html">Structure<wbr/>Sequence</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Substance.html">Substance</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SymmetryGroup.html">Symmetry<wbr/>Group</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.SymmetryOperator.html">Symmetry<wbr/>Operator</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Table.html">Table</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Task.html">Task</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TaskManager.html">Task<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Tensor.html">Tensor</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Text.html">Text</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TextureMesh.html">Texture<wbr/>Mesh</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Theme.html">Theme</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Time.html">Time</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Topology.html">Topology</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Traits.html">Traits</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.TrajectoryHierarchyPresetProvider.html">Trajectory<wbr/>Hierarchy<wbr/>Preset<wbr/>Provider</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transform.html">Transform</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transformer.html">Transformer</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Transparency.html">Transparency</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Type.html">Type</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UUID.html">UUID</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Unit.html">Unit</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UnitRing.html">Unit<wbr/>Ring</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.UnitRings.html">Unit<wbr/>Rings</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueBox.html">Value<wbr/>Box</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueCell.html">Value<wbr/>Cell</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ValueRef.html">Value<wbr/>Ref</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec2.html">Vec2</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec3.html">Vec3</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Vec4.html">Vec4</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Viewport.html">Viewport</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.ViewportScreenshotHelper.html">Viewport<wbr/>Screenshot<wbr/>Helper</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Visual.html">Visual</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VisualUpdateState.html">Visual<wbr/>Update<wbr/>State</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.Volume.html">Volume</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeHierarchyManager.html">Volume<wbr/>Hierarchy<wbr/>Manager</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeRepresentationRegistry.html">Volume<wbr/>Representation<wbr/>Registry</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeServerHeader.html">Volume<wbr/>Server<wbr/>Header</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeServerInfo.html">Volume<wbr/>Server<wbr/>Info</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace tsd-is-external"><a href="../modules/RcsbFv3DAssembly._internal_.VolumeStreaming.html">Volume<wbr/>Streaming</a></li></ul></li></ul></li><li class=" tsd-kind-module"><a href="../modules/RcsbFv3DCustom.html">Rcsb<wbr/>Fv3DCustom</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace tsd-has-type-parameter tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html" class="tsd-kind-icon">Vendor<wbr/>Properties<wbr/>Fallback</a><ul><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimation" class="tsd-kind-icon">Moz<wbr/>Animation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDelay" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDirection" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationDuration" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationFillMode" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Fill<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationIterationCount" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Iteration<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationName" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Name</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationPlayState" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Play<wbr/>State</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAnimationTimingFunction" class="tsd-kind-icon">Moz<wbr/>Animation<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozAppearance" class="tsd-kind-icon">Moz<wbr/>Appearance</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBackfaceVisibility" class="tsd-kind-icon">Moz<wbr/>Backface<wbr/>Visibility</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderBottomColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Bottom<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndColor" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndStyle" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderEndWidth" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>End<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderImage" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderLeftColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Left<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderRightColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Right<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderStartColor" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderStartStyle" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Start<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBorderTopColors" class="tsd-kind-icon">Moz<wbr/>Border<wbr/>Top<wbr/>Colors</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozBoxSizing" class="tsd-kind-icon">Moz<wbr/>Box<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnCount" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnFill" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Fill</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnGap" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Gap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRule" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleColor" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleStyle" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnRuleWidth" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Rule<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumnWidth" class="tsd-kind-icon">Moz<wbr/>Column<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozColumns" class="tsd-kind-icon">Moz<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozContextProperties" class="tsd-kind-icon">Moz<wbr/>Context<wbr/>Properties</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozFontFeatureSettings" class="tsd-kind-icon">Moz<wbr/>Font<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozFontLanguageOverride" class="tsd-kind-icon">Moz<wbr/>Font<wbr/>Language<wbr/>Override</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozHyphens" class="tsd-kind-icon">Moz<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozImageRegion" class="tsd-kind-icon">Moz<wbr/>Image<wbr/>Region</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozMarginEnd" class="tsd-kind-icon">Moz<wbr/>Margin<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozMarginStart" class="tsd-kind-icon">Moz<wbr/>Margin<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozOrient" class="tsd-kind-icon">Moz<wbr/>Orient</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozOsxFontSmoothing" class="tsd-kind-icon">Moz<wbr/>Osx<wbr/>Font<wbr/>Smoothing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPaddingEnd" class="tsd-kind-icon">Moz<wbr/>Padding<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPaddingStart" class="tsd-kind-icon">Moz<wbr/>Padding<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPerspective" class="tsd-kind-icon">Moz<wbr/>Perspective</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozPerspectiveOrigin" class="tsd-kind-icon">Moz<wbr/>Perspective<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozStackSizing" class="tsd-kind-icon">Moz<wbr/>Stack<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTabSize" class="tsd-kind-icon">Moz<wbr/>Tab<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTextBlink" class="tsd-kind-icon">Moz<wbr/>Text<wbr/>Blink</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTextSizeAdjust" class="tsd-kind-icon">Moz<wbr/>Text<wbr/>Size<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransformOrigin" class="tsd-kind-icon">Moz<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransformStyle" class="tsd-kind-icon">Moz<wbr/>Transform<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransition" class="tsd-kind-icon">Moz<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionDelay" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionDuration" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionProperty" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozTransitionTimingFunction" class="tsd-kind-icon">Moz<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserFocus" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Focus</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserModify" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Modify</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozUserSelect" class="tsd-kind-icon">Moz<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozWindowDragging" class="tsd-kind-icon">Moz<wbr/>Window<wbr/>Dragging</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#MozWindowShadow" class="tsd-kind-icon">Moz<wbr/>Window<wbr/>Shadow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignContent" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Content</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignItems" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Items</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAlignSelf" class="tsd-kind-icon">Webkit<wbr/>Align<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimation" class="tsd-kind-icon">Webkit<wbr/>Animation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDelay" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDirection" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationDuration" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationFillMode" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Fill<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationIterationCount" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Iteration<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationName" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Name</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationPlayState" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Play<wbr/>State</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAnimationTimingFunction" class="tsd-kind-icon">Webkit<wbr/>Animation<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitAppearance" class="tsd-kind-icon">Webkit<wbr/>Appearance</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackdropFilter" class="tsd-kind-icon">Webkit<wbr/>Backdrop<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackfaceVisibility" class="tsd-kind-icon">Webkit<wbr/>Backface<wbr/>Visibility</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundClip" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Clip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundOrigin" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBackgroundSize" class="tsd-kind-icon">Webkit<wbr/>Background<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBefore" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeColor" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeStyle" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBeforeWidth" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Before<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBottomLeftRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Left<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderBottomRightRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Bottom<wbr/>Right<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderImage" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderImageSlice" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Image<wbr/>Slice</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderTopLeftRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Left<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBorderTopRightRadius" class="tsd-kind-icon">Webkit<wbr/>Border<wbr/>Top<wbr/>Right<wbr/>Radius</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxDecorationBreak" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Decoration<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxReflect" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Reflect</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxShadow" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Shadow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitBoxSizing" class="tsd-kind-icon">Webkit<wbr/>Box<wbr/>Sizing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitClipPath" class="tsd-kind-icon">Webkit<wbr/>Clip<wbr/>Path</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnCount" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Count</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnFill" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Fill</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnGap" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Gap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRule" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleColor" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleStyle" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnRuleWidth" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Rule<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnSpan" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Span</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumnWidth" class="tsd-kind-icon">Webkit<wbr/>Column<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitColumns" class="tsd-kind-icon">Webkit<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFilter" class="tsd-kind-icon">Webkit<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlex" class="tsd-kind-icon">Webkit<wbr/>Flex</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexBasis" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Basis</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexDirection" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexFlow" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Flow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexGrow" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Grow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexShrink" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Shrink</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFlexWrap" class="tsd-kind-icon">Webkit<wbr/>Flex<wbr/>Wrap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontFeatureSettings" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Feature<wbr/>Settings</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontKerning" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Kerning</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontSmoothing" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Smoothing</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitFontVariantLigatures" class="tsd-kind-icon">Webkit<wbr/>Font<wbr/>Variant<wbr/>Ligatures</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitHyphenateCharacter" class="tsd-kind-icon">Webkit<wbr/>Hyphenate<wbr/>Character</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitHyphens" class="tsd-kind-icon">Webkit<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitInitialLetter" class="tsd-kind-icon">Webkit<wbr/>Initial<wbr/>Letter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitJustifyContent" class="tsd-kind-icon">Webkit<wbr/>Justify<wbr/>Content</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitLineBreak" class="tsd-kind-icon">Webkit<wbr/>Line<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitLineClamp" class="tsd-kind-icon">Webkit<wbr/>Line<wbr/>Clamp</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMarginEnd" class="tsd-kind-icon">Webkit<wbr/>Margin<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMarginStart" class="tsd-kind-icon">Webkit<wbr/>Margin<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMask" class="tsd-kind-icon">Webkit<wbr/>Mask</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskAttachment" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Attachment</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImage" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageOutset" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Outset</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageRepeat" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Repeat</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageSlice" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Slice</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageSource" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Source</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskBoxImageWidth" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Box<wbr/>Image<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskClip" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Clip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskComposite" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Composite</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskImage" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Image</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskOrigin" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPosition" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPositionX" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskPositionY" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>PositionY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeat" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Repeat</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeatX" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskRepeatY" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>RepeatY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaskSize" class="tsd-kind-icon">Webkit<wbr/>Mask<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitMaxInlineSize" class="tsd-kind-icon">Webkit<wbr/>Max<wbr/>Inline<wbr/>Size</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitOrder" class="tsd-kind-icon">Webkit<wbr/>Order</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitOverflowScrolling" class="tsd-kind-icon">Webkit<wbr/>Overflow<wbr/>Scrolling</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPaddingEnd" class="tsd-kind-icon">Webkit<wbr/>Padding<wbr/>End</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPaddingStart" class="tsd-kind-icon">Webkit<wbr/>Padding<wbr/>Start</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPerspective" class="tsd-kind-icon">Webkit<wbr/>Perspective</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPerspectiveOrigin" class="tsd-kind-icon">Webkit<wbr/>Perspective<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitPrintColorAdjust" class="tsd-kind-icon">Webkit<wbr/>Print<wbr/>Color<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitRubyPosition" class="tsd-kind-icon">Webkit<wbr/>Ruby<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitScrollSnapType" class="tsd-kind-icon">Webkit<wbr/>Scroll<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitShapeMargin" class="tsd-kind-icon">Webkit<wbr/>Shape<wbr/>Margin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTapHighlightColor" class="tsd-kind-icon">Webkit<wbr/>Tap<wbr/>Highlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextCombine" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Combine</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationLine" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Line</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationSkip" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Skip</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextDecorationStyle" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Decoration<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasis" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisPosition" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextEmphasisStyle" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Emphasis<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextFillColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Fill<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextOrientation" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Orientation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextSizeAdjust" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Size<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStroke" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStrokeColor" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextStrokeWidth" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Stroke<wbr/>Width</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTextUnderlinePosition" class="tsd-kind-icon">Webkit<wbr/>Text<wbr/>Underline<wbr/>Position</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTouchCallout" class="tsd-kind-icon">Webkit<wbr/>Touch<wbr/>Callout</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransform" class="tsd-kind-icon">Webkit<wbr/>Transform</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransformOrigin" class="tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransformStyle" class="tsd-kind-icon">Webkit<wbr/>Transform<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransition" class="tsd-kind-icon">Webkit<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionDelay" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionDuration" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionProperty" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitTransitionTimingFunction" class="tsd-kind-icon">Webkit<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitUserModify" class="tsd-kind-icon">Webkit<wbr/>User<wbr/>Modify</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitUserSelect" class="tsd-kind-icon">Webkit<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#WebkitWritingMode" class="tsd-kind-icon">Webkit<wbr/>Writing<wbr/>Mode</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msAccelerator" class="tsd-kind-icon">ms<wbr/>Accelerator</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msAlignSelf" class="tsd-kind-icon">ms<wbr/>Align<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msBlockProgression" class="tsd-kind-icon">ms<wbr/>Block<wbr/>Progression</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomChaining" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Chaining</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimit" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimitMax" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Max</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomLimitMin" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Limit<wbr/>Min</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnap" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnapPoints" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Points</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZoomSnapType" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zoom<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msContentZooming" class="tsd-kind-icon">ms<wbr/>Content<wbr/>Zooming</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFilter" class="tsd-kind-icon">ms<wbr/>Filter</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlex" class="tsd-kind-icon">ms<wbr/>Flex</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlexDirection" class="tsd-kind-icon">ms<wbr/>Flex<wbr/>Direction</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlexPositive" class="tsd-kind-icon">ms<wbr/>Flex<wbr/>Positive</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlowFrom" class="tsd-kind-icon">ms<wbr/>Flow<wbr/>From</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msFlowInto" class="tsd-kind-icon">ms<wbr/>Flow<wbr/>Into</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msGridColumns" class="tsd-kind-icon">ms<wbr/>Grid<wbr/>Columns</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msGridRows" class="tsd-kind-icon">ms<wbr/>Grid<wbr/>Rows</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHighContrastAdjust" class="tsd-kind-icon">ms<wbr/>High<wbr/>Contrast<wbr/>Adjust</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitChars" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Chars</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitLines" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Lines</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphenateLimitZone" class="tsd-kind-icon">ms<wbr/>Hyphenate<wbr/>Limit<wbr/>Zone</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msHyphens" class="tsd-kind-icon">ms<wbr/>Hyphens</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msImeAlign" class="tsd-kind-icon">ms<wbr/>Ime<wbr/>Align</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msJustifySelf" class="tsd-kind-icon">ms<wbr/>Justify<wbr/>Self</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msLineBreak" class="tsd-kind-icon">ms<wbr/>Line<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOrder" class="tsd-kind-icon">ms<wbr/>Order</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowStyle" class="tsd-kind-icon">ms<wbr/>Overflow<wbr/>Style</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowX" class="tsd-kind-icon">ms<wbr/>OverflowX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msOverflowY" class="tsd-kind-icon">ms<wbr/>OverflowY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollChaining" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Chaining</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimit" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Limit</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitXMax" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMax</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitXMin" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitXMin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitYMax" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMax</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollLimitYMin" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>LimitYMin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollRails" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Rails</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapPointsX" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapPointsY" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>PointsY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapType" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Snap<wbr/>Type</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapX" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapX</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollSnapY" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>SnapY</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollTranslation" class="tsd-kind-icon">ms<wbr/>Scroll<wbr/>Translation</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbar3dlightColor" class="tsd-kind-icon">ms<wbr/>Scrollbar3dlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarArrowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Arrow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarBaseColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Base<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarDarkshadowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Darkshadow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarFaceColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Face<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarHighlightColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Highlight<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msScrollbarShadowColor" class="tsd-kind-icon">ms<wbr/>Scrollbar<wbr/>Shadow<wbr/>Color</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextAutospace" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Autospace</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextCombineHorizontal" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Combine<wbr/>Horizontal</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTextOverflow" class="tsd-kind-icon">ms<wbr/>Text<wbr/>Overflow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTouchAction" class="tsd-kind-icon">ms<wbr/>Touch<wbr/>Action</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTouchSelect" class="tsd-kind-icon">ms<wbr/>Touch<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransform" class="tsd-kind-icon">ms<wbr/>Transform</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransformOrigin" class="tsd-kind-icon">ms<wbr/>Transform<wbr/>Origin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransition" class="tsd-kind-icon">ms<wbr/>Transition</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionDelay" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Delay</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionDuration" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Duration</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionProperty" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Property</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msTransitionTimingFunction" class="tsd-kind-icon">ms<wbr/>Transition<wbr/>Timing<wbr/>Function</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msUserSelect" class="tsd-kind-icon">ms<wbr/>User<wbr/>Select</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWordBreak" class="tsd-kind-icon">ms<wbr/>Word<wbr/>Break</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapFlow" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Flow</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapMargin" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Margin</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWrapThrough" class="tsd-kind-icon">ms<wbr/>Wrap<wbr/>Through</a></li><li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="RcsbFv3DAssembly._internal_.VendorPropertiesFallback.html#msWritingMode" class="tsd-kind-icon">ms<wbr/>Writing<wbr/>Mode</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>