MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getValue

Function getValue

static/vuejs/vue.runtime.esm.js:6345–6349  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

6343}
6344
6345function getValue (option) {
6346 return '_value' in option
6347 ? option._value
6348 : option.value
6349}
6350
6351function onCompositionStart (e) {
6352 e.target.composing = true;

Callers 2

setSelectedFunction · 0.70
hasNoMatchingOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected