Class: Playbook::PbDialog::DialogHeader

Inherits:
Object
  • Object
show all
Includes:
Playbook::Props
Defined in:
app/pb_kits/playbook/pb_dialog/dialog_header.rb

Instance Method Summary collapse

Methods included from Playbook::Props

#initialize, #prop

Instance Method Details

#dialog_header_optionsObject



17
18
19
20
21
22
23
24
25
26
27
# File 'app/pb_kits/playbook/pb_dialog/dialog_header.rb', line 17

def dialog_header_options
  {
    id: id,
    closeable: closeable,
    padding: padding,
    separator: separator,
    spacing: spacing,
    text: text,
    title: title,
  }
end