navIcon

Examples

kind: NavIcon
frame: my-home-frame
icon: 
  kind: Icon
  icon: fas-ambulance    
text: Help! # OPTIONAL

Object properties

Name Type Required
kind Constant: NavIcon yes
frame string yes
icon Object: icon yes
text Object: text no

Object information

  • Object with the following properties:
    • kind (required): Constant NavIcon
    • frame (required): string
    • icon (required): Object icon
    • text (optional): Object text