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

Function getValue

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

Source from the content-addressed store, hash-verified

6339}
6340
6341function getValue (option) {
6342 return '_value' in option
6343 ? option._value
6344 : option.value
6345}
6346
6347function onCompositionStart (e) {
6348 e.target.composing = true;

Callers 2

setSelectedFunction · 0.70
hasNoMatchingOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected