Interface

Clutter-18ClutterBindConstraintConstructorProps

interface ConstructorProps {
    actor: Clutter.Actor;
    coordinate: Clutter.BindCoordinate;
    enabled: boolean;
    name: string;
    offset: number;
    source: Clutter.Actor;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Clutter.ActorMeta.ConstructorProps

Properties

offset: number
source: Clutter.Actor

Properties - Inherited from Clutter.ActorMeta.ConstructorProps

actor: Clutter.Actor
enabled: boolean
name: string