$getProperty() Method
any $getProperty(name [scope='variables']expect( model.$getProperty("dataNumber", "variables") ).toBe( 4 );
expect( model.$getProperty("name", "variables.instance") ).toBe( "Luis" );Was this helpful?
any $getProperty(name [scope='variables']expect( model.$getProperty("dataNumber", "variables") ).toBe( 4 );
expect( model.$getProperty("name", "variables.instance") ).toBe( "Luis" );Was this helpful?
Was this helpful?