Web Components API Reference - v0.2.5

    Class SoundSlotElement

    The SoundSlotElement interface provides properties and methods for manipulating <pc-sound> elements. The SoundSlotElement interface also inherits the properties and methods of the AsyncElement interface.

    Hierarchy (View Summary, Expand)

    Index

    Properties

    soundSlot: null | SoundSlot = null

    The sound slot.

    Accessors

    • get asset(): string

      Gets the id of the pc-asset to use for the sound slot.

      Returns string

      The asset.

    • set asset(value: string): void

      Sets the id of the pc-asset to use for the sound slot.

      Parameters

      • value: string

        The asset.

      Returns void

    • get autoPlay(): boolean

      Gets the auto play flag of the sound slot.

      Returns boolean

      The auto play flag.

    • set autoPlay(value: boolean): void

      Sets the auto play flag of the sound slot.

      Parameters

      • value: boolean

        The auto play flag.

      Returns void

    Methods

    MMNEPVFCICPMFPCPTTAAATR