Class: Protos::Command::Trigger
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::Command::Trigger
- Defined in:
- lib/protos/command/trigger.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A trigger is a button that opens a command palette modal.
Methods inherited from Protos::Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A trigger is a button that opens a command palette modal
8 9 10 |
# File 'lib/protos/command/trigger.rb', line 8 def view_template(&) (**attrs, &) end |