MCPcopy
hub / github.com/lumapps/lumX / _isDefaultEmphasis

Function _isDefaultEmphasis

components/button/js/button_directive.js:87–89  ·  view source on GitHub ↗

* Whether button has default emphasis or not. * * @return {boolean} Whether button has default emphasis or not.

()

Source from the content-addressed store, hash-verified

85 * @return {boolean} Whether button has default emphasis or not.
86 */
87 function _isDefaultEmphasis() {
88 return (!lx.type && !lx.emphasis) || lx.emphasis === 'high' || lx.type === 'raised' || lx.type === 'fab';
89 }
90
91 /////////////////////////////
92 // //

Callers 1

getClassesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected