MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / isControlEditable

Function isControlEditable

packages/vue-vuetify/src/util/composition.ts:97–100  ·  view source on GitHub ↗
(control: {
  enabled: boolean;
  readonly: boolean;
})

Source from the content-addressed store, hash-verified

95};
96
97export const isControlEditable = (control: {
98 enabled: boolean;
99 readonly: boolean;
100}) => control.enabled && !control.readonly;
101
102/**
103 * Adds styles, appliedOptions and vuetifyProps

Callers 1

useVuetifyControlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…