LogoLogo
search
⌘Ctrlk
Home
  • book-openDocumentation
  • gearDevelopers
LogoLogo
  • The Venue Developer Documentation
  • reactNext.js SDK
    • React Components
    • reference
      • Index
      • functions
      • interfaces
      • type-aliases
        • ContentStyles
        • Event
        • GetEventData
        • GetEventError
        • GetEventResponse
        • GetEventsData
        • GetEventsError
        • GetEventsResponse
        • GetPageData
        • GetPageError
        • GetPageResponse
        • GetPagesData
        • GetPagesError
        • GetPagesResponse
        • GetProductData
        • GetProductError
        • GetProductResponse
        • GetProductsData
        • GetProductsError
        • GetProductsResponse
        • GetProfileData
        • GetProfileError
        • GetProfileEventsData
        • GetProfileEventsError
        • GetProfileEventsResponse
        • GetProfileResponse
        • GetProfilesData
        • GetProfilesError
        • GetProfilesResponse
        • GetSiteData
        • GetSiteError
        • GetSiteResponse
        • LocalizedContent
        • Location
        • MediaItem
        • NodeHandler
        • Page
        • Product
        • ProductVariant
        • Profile
        • Site
        • SiteSettings
        • TicketOnEvent
        • publishState
        • recordType
  • jsTypeScript SDK
  • flask-gearREST API
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. reactNext.js SDKchevron-right
  2. referencechevron-right
  3. type-aliases

Location

@venuecms/sdk-next


hashtag
Type Alias: Location

type Location = object;

Defined in: sdk/dist/index.d.mts:176arrow-up-right

hashtag
Type declaration

Name
Type
Defined in

address?

string | null

sdk/dist/index.d.mts:179arrow-up-right

address2?

string | null

sdk/dist/index.d.mts:180arrow-up-right

city?

string | null

sdk/dist/index.d.mts:183arrow-up-right

country?

string | null

sdk/dist/index.d.mts:185arrow-up-right

externalLink?

string | null

sdk/dist/index.d.mts:186arrow-up-right

image?

MediaItem

sdk/dist/index.d.mts:178arrow-up-right

isDefault?

boolean

sdk/dist/index.d.mts:192arrow-up-right

lat?

number | null

sdk/dist/index.d.mts:188arrow-up-right

lng?

number | null

sdk/dist/index.d.mts:189arrow-up-right

localizedContent

LocalizedContent[]

sdk/dist/index.d.mts:191arrow-up-right

mapLink?

string | null

sdk/dist/index.d.mts:187arrow-up-right

region?

string | null

sdk/dist/index.d.mts:182arrow-up-right

siteId

string

sdk/dist/index.d.mts:177arrow-up-right

state?

string | null

sdk/dist/index.d.mts:181arrow-up-right

tags?

Tagarrow-up-right[]

sdk/dist/index.d.mts:190arrow-up-right

zipCode?

string | null

sdk/dist/index.d.mts:184arrow-up-right

Last updated 2 months ago

  • Type Alias: Location
  • Type declaration