class SelectionPanelProps: Inky.Props | {[string]: any}
placeables: {entity: Entity, factory: fun(): Entity}[]
selected: {entity: Entity, factory: fun(): Entity}
selectedText: love.graphics.TextBatch

Drawable text.

[Open in Browser](https://love2d.org/wiki/TextBatch)

filtered: number[]
display: Display
size: Vector2
editor: Editor
overlay: love.graphics.Texture

Superclass for drawable objects which represent a texture. All Textures can be drawn with Quads.

[Open in Browser](https://love2d.org/wiki/Texture)

_internal: Inky.Props.Internal
class SelectionPanel: Inky.Element