@ntix/bind
    Preparing search index...

    Interface IBindingInternal

    Describes a binding from a component member name (element property/event) to a context member name

    interface IBinding {
        componentMemberName: string;
        contextMemberName: string;
    }
    Index

    Properties

    componentMemberName: string
    contextMemberName: string