Exporter components.
Classes
ExporterContentElement
Extends ContentElementBase.
new ExporterContentElement():
ExporterContentElement
Returns ExporterContentElement. Inherited from ContentElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exporterId | public | string |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from ContentElementBase.partContent.
refreshParts():
string
Returns string. Inherited from ContentElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from ContentElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from ContentElementBase.unsubscribe.
willUpdate(
changedProperties):void
| Parameter | Type | Description |
|---|---|---|
changedProperties | PropertyValueMap<ExporterContentElement> |
Returns void. Overrides ContentElementBase.willUpdate.
ExporterElement
Extends PanelElementBase.
new ExporterElement():
ExporterElement
Returns ExporterElement. Inherited from PanelElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
connected | public | boolean |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
contentContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.contentContent.
footerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.footerContent.
headerContent(
slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.headerContent.
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from PanelElementBase.partContent.
refreshParts():
string
Returns string. Inherited from PanelElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from PanelElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from PanelElementBase.unsubscribe.
ExporterFooterElement
Extends FooterElementBase.
new ExporterFooterElement():
ExporterFooterElement
Returns ExporterFooterElement. Inherited from FooterElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
count | public | number |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from FooterElementBase.partContent.
refreshParts():
string
Returns string. Inherited from FooterElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from FooterElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from FooterElementBase.unsubscribe.
ExporterHeaderElement
Extends HeaderElementBase.
new ExporterHeaderElement():
ExporterHeaderElement
Returns ExporterHeaderElement. Inherited from HeaderElementBase.constructor.
| Property | Modifier | Type |
|---|---|---|
chromeCss | static | CSSResult |
connected | public | boolean |
contentCss | static | CSSResult |
cssBorderBoxSizing | static | CSSResult |
cssHostDropping | static | CSSResult |
cssHostFlex | static | CSSResult |
cssShared | static | CSSResult |
defaultContent | public readonly | OptionalContent |
exportParts | public | undefined | string |
masher | public readonly | Masher |
masherOrNot | public | undefined | Masher |
parts | public | string |
partSeparator | static | string |
signals | public readonly | SignalsRecord |
styles | static | CSSResult |
Methods
partContent(
part,slots):OptionalContent
| Parameter | Type | Description |
|---|---|---|
part | string | |
slots | Element[] |
Returns OptionalContent. Inherited from HeaderElementBase.partContent.
refreshParts():
string
Returns string. Inherited from HeaderElementBase.refreshParts.
templateContent(
contents):TemplateContent
| Parameter | Type | Description |
|---|---|---|
contents | TemplateContents |
Returns TemplateContent. Inherited from HeaderElementBase.templateContent.
unsubscribe(
arg,name?,type?):void
| Parameter | Type | Description |
|---|---|---|
arg | string | PropertyObject | |
name? | string | |
type? | string |
Returns void. Inherited from HeaderElementBase.unsubscribe.
ExportersEvent
Dispatch to retrieve an array of exporters.Extends CustomEvent<ExportersEventDetail>.
new ExportersEvent(
exporters?):ExportersEvent
| Parameter | Type | Description |
|---|---|---|
exporters? | Exporter[] |
Returns ExportersEvent. Overrides CustomEvent<ExportersEventDetail>.constructor.
| Property | Modifier | Type |
|---|---|---|
Type | static | string |
Interfaces
ClientExporter
Extends Exporter.
| Property | Type |
|---|---|
icon | Node |
id | string |
label? | string |
ui | Node |
Exporter
Extends Identified.Labeled. Extended by ClientExporter.
| Property | Type |
|---|---|
id | string |
label? | string |
ExportersEventDetail
| Property | Type |
|---|---|
exporters | Exporter[] |
Variables
ExporterContentTag
constExporterContentTag:"media-masher-exporter-content"
ExporterFooterTag
constExporterFooterTag:"media-masher-exporter-footer"
ExporterHeaderTag
constExporterHeaderTag:"media-masher-exporter-header"
ExporterTag
constExporterTag:"media-masher-exporter"