tab

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const NAME = "CustomTab"

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomTab

type CustomTab struct {
	metadata.MetadataInfo
	XMLName      xml.Name `xml:"CustomTab"`
	Xmlns        string   `xml:"xmlns,attr"`
	CustomObject *struct {
		Text string `xml:",chardata"`
	} `xml:"customObject"`
	Description *struct {
		Text string `xml:",chardata"`
	} `xml:"description"`
	FlexiPage *struct {
		Text string `xml:",chardata"`
	} `xml:"flexiPage"`
	FrameHeight *struct {
		Text string `xml:",chardata"`
	} `xml:"frameHeight"`
	HasSidebar *struct {
		Text string `xml:",chardata"`
	} `xml:"hasSidebar"`
	Icon *struct {
		Text string `xml:",chardata"`
	} `xml:"icon"`
	Label *struct {
		Text string `xml:",chardata"`
	} `xml:"label"`
	LwcComponent *struct {
		Text string `xml:",chardata"`
	} `xml:"lwcComponent"`
	Motif struct {
		Text string `xml:",chardata"`
	} `xml:"motif"`
	Page *struct {
		Text string `xml:",chardata"`
	} `xml:"page"`
	URL *struct {
		Text string `xml:",chardata"`
	} `xml:"url"`
	UrlEncodingKey *struct {
		Text string `xml:",chardata"`
	} `xml:"urlEncodingKey"`
}

func Open

func Open(path string) (*CustomTab, error)

func (*CustomTab) SetMetadata

func (c *CustomTab) SetMetadata(m metadata.MetadataInfo)

func (*CustomTab) Type

func (c *CustomTab) Type() metadata.MetadataType

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL