Interface

Clutter-18ClutterActorMetaConstructorProps

interface ConstructorProps {
    actor: Clutter.Actor;
    enabled: boolean;
    name: string;
}

Hierarchy (View Summary)

Index

Properties

Properties

actor: Clutter.Actor
enabled: boolean
name: string