buttonConfig

Examples

# a basic button
kind: Button
text: Hello World
# a button that navigates to a routerLink
kind: Button
text: ABC
routerLink: /home-frame/frame-abc # OPTIONAL

Object properties

Name Type Required
kind Constant: Button yes
text Object: text yes
routerLink string no

Object information

  • Object with the following properties:
    • kind (required): Constant Button
    • text (required): Object text
    • routerLink (optional): string