RAMP4 - v4.21.0
    Preparing search index...
    Index

    Constructors

    Properties

    Configuration source object

    createErr: boolean = false

    Used to inform the instance of any construction errors

    esriBasemap: Basemap

    The inner ESRI basemap class

    Accessors

    • get altText(): string | undefined

      Get this basemap's alt text from the config

      Returns string | undefined

    • set altText(value: string | undefined): void

      Set this basemap's alt text

      Parameters

      • value: string | undefined

      Returns void

    • get description(): string | undefined

      Get this basemap's description from the config

      Returns string | undefined

    • set description(value: string | undefined): void

      Set this basemap's description

      Parameters

      • value: string | undefined

      Returns void

    • get name(): string | undefined

      Get this basemap's name from the config

      Returns string | undefined

    • set name(value: string | undefined): void

      Set this basemap's name

      Parameters

      • value: string | undefined

      Returns void

    Methods