Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "webparts/wpTabs.d"

Index

Interfaces

Type aliases

Variables

Type aliases

IWPTabTypes

IWPTabTypes: { Pillars: number; Tabs: number }

WebPart Tab Types

Type declaration

  • Pillars: number
  • Tabs: number

Variables

Const WPTabTypes

WPTabTypes: IWPTabTypes

WebPart Tab Types

Const WPTabs

WPTabs: (props: IWPTabsProps) => IWPTabs

The webpart tabs will generate tabs for each visible webpart in its zone.

import { WebParts } from "gd-sprest-bs";

// Create the webpart
WebParts.WPTabs({ elementId: "my-tabs" });

Type declaration

Generated using TypeDoc