Documentation
    Preparing search index...

    Variable toast

    toast: (type: string, s: string, id?: string, title?: string) => string

    Type Declaration

      • (type: string, s: string, id?: string, title?: string): string
      • creates a toast div

        Parameters

        • type: string

          bootstrap type

        • s: string

          message to show

        • Optionalid: string

          optional id

        • Optionaltitle: string

          optional title (if not set, type or error for danger is used)

        Returns string