# Class: PlanObjectList

configurator-core/src/roomle-configurator..PlanObjectList

# Hierarchy

# Table of contents

# Constructors

# Methods

# Constructors

# constructor

new PlanObjectList()

# Inherited from

EmsList<PlanObjectPtr>.constructor

# Methods

# get

get(index): PlanObjectPtr

# Parameters

Name Type
index number

# Returns

PlanObjectPtr

# Inherited from

EmsList.get

# Defined in

packages/typings/ems.ts:28 (opens new window)


# push_back

push_back(element): void

# Parameters

Name Type
element PlanObjectPtr

# Returns

void

# Inherited from

EmsList.push_back

# Defined in

packages/typings/ems.ts:24 (opens new window)


# size

size(): number

# Returns

number

# Inherited from

EmsList.size

# Defined in

packages/typings/ems.ts:26 (opens new window)