Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Guide

property

{string} [title]

property

{string} [type]

property

{string} [href]

Hierarchy

  • Guide

Index

References

Constructors

Properties

Methods

References

Types

Re-exports Types

Constructors

constructor

  • Parameters

    • Optional rawObj: GuideParam
    • Optional freeze: boolean

    Returns Guide

Properties

href

href: string

item

item: any

title

title: string

type

type: string

Methods

toRaw

  • toRaw(): { href: string; title: string; type: string }
  • Returns { href: string; title: string; type: string }

    • href: string
    • title: string
    • type: string

Generated using TypeDoc