PowerHorse Engine
    Preparing search index...

    Type Alias createElementPropertyProcessorProps

    type createElementPropertyProcessorProps = {
        ApplyProperty: (
            Target: Instance,
            key: string,
            value: unknown,
            ParentCreateElementNode?: ReturnType<typeof __type>,
        ) => void;
        Key: string;
        ParentCreateElementNode?: ReturnType<typeof __type>;
        Target: Instance;
        Value: unknown;
    }
    Index

    Properties

    ApplyProperty: (
        Target: Instance,
        key: string,
        value: unknown,
        ParentCreateElementNode?: ReturnType<typeof __type>,
    ) => void
    Key: string
    ParentCreateElementNode?: ReturnType<typeof __type>
    Target: Instance
    Value: unknown