RAGS - v1.10.0
    Preparing search index...

    Type Alias BaseProps<Self, Props, Attr>

    BaseProps: { setup?: (self: Self) => void } & BindableProps<
        CtorProps<Props & CommonProps<Attr>>,
    >

    The full props type for AGS widget constructors.

    Combines the widget-specific props with CommonProps and makes all properties bindable via Binding.

    Type Parameters

    • Self

      The widget instance type

    • Props

      The GTK constructor props

    • Attr = unknown

      The custom attribute type

    Type Declaration

    • Optionalsetup?: (self: Self) => void

      Callback invoked after the widget is constructed.