MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / isClickable

Method isClickable

core/src/components/card/card.tsx:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 private isClickable(): boolean {
95 return this.href !== undefined || this.button;
96 }
97
98 private renderCard(mode: Mode) {
99 const clickable = this.isClickable();

Callers 2

renderCardMethod · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected